7#include "nuitka/prelude.h"
12#if PYTHON_VERSION < 0x300
14extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
17#if PYTHON_VERSION < 0x300
19extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
22#if PYTHON_VERSION < 0x300
24extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
27#if PYTHON_VERSION < 0x300
29extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
32#if PYTHON_VERSION < 0x300
34extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
37#if PYTHON_VERSION < 0x300
39extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
42#if PYTHON_VERSION < 0x300
44extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
47#if PYTHON_VERSION < 0x300
49extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObject *operand2);
52#if PYTHON_VERSION < 0x300
54extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObject *operand2);
57#if PYTHON_VERSION < 0x300
59extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_LONG(PyObject *operand1, PyObject *operand2);
62#if PYTHON_VERSION < 0x300
64extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_FLOAT(PyObject *operand1, PyObject *operand2);
67#if PYTHON_VERSION < 0x300
69extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_INT(PyObject *operand1, PyObject *operand2);
72#if PYTHON_VERSION < 0x300
74extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_FLOAT(PyObject *operand1, PyObject *operand2);
77#if PYTHON_VERSION < 0x300
79extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
82#if PYTHON_VERSION < 0x300
84extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
87#if PYTHON_VERSION < 0x300
89extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_CLONG(PyObject *operand1,
long operand2);
92#if PYTHON_VERSION < 0x300
94extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_CLONG_INT(
long operand1, PyObject *operand2);
97#if PYTHON_VERSION < 0x300
99extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_CFLOAT(PyObject *operand1,
double operand2);
102#if PYTHON_VERSION < 0x300
104extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_CFLOAT_FLOAT(
double operand1, PyObject *operand2);
107#if PYTHON_VERSION < 0x300
109extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObject *operand2);