7#include "nuitka/prelude.h"
12#if PYTHON_VERSION < 0x300
14extern bool INPLACE_OPERATION_OLDDIV_INT_INT(PyObject **operand1, PyObject *operand2);
17#if PYTHON_VERSION < 0x300
19extern bool INPLACE_OPERATION_OLDDIV_OBJECT_INT(PyObject **operand1, PyObject *operand2);
22#if PYTHON_VERSION < 0x300
24extern bool INPLACE_OPERATION_OLDDIV_INT_OBJECT(PyObject **operand1, PyObject *operand2);
27#if PYTHON_VERSION < 0x300
29extern bool INPLACE_OPERATION_OLDDIV_LONG_LONG(PyObject **operand1, PyObject *operand2);
32#if PYTHON_VERSION < 0x300
34extern bool INPLACE_OPERATION_OLDDIV_OBJECT_LONG(PyObject **operand1, PyObject *operand2);
37#if PYTHON_VERSION < 0x300
39extern bool INPLACE_OPERATION_OLDDIV_LONG_OBJECT(PyObject **operand1, PyObject *operand2);
42#if PYTHON_VERSION < 0x300
44extern bool INPLACE_OPERATION_OLDDIV_FLOAT_FLOAT(PyObject **operand1, PyObject *operand2);
47#if PYTHON_VERSION < 0x300
49extern bool INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT(PyObject **operand1, PyObject *operand2);
52#if PYTHON_VERSION < 0x300
54extern bool INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT(PyObject **operand1, PyObject *operand2);
57#if PYTHON_VERSION < 0x300
59extern bool INPLACE_OPERATION_OLDDIV_FLOAT_LONG(PyObject **operand1, PyObject *operand2);
62#if PYTHON_VERSION < 0x300
64extern bool INPLACE_OPERATION_OLDDIV_LONG_FLOAT(PyObject **operand1, PyObject *operand2);
67#if PYTHON_VERSION < 0x300
69extern bool INPLACE_OPERATION_OLDDIV_FLOAT_INT(PyObject **operand1, PyObject *operand2);
72#if PYTHON_VERSION < 0x300
74extern bool INPLACE_OPERATION_OLDDIV_INT_FLOAT(PyObject **operand1, PyObject *operand2);
77#if PYTHON_VERSION < 0x300
79extern bool INPLACE_OPERATION_OLDDIV_LONG_INT(PyObject **operand1, PyObject *operand2);
82#if PYTHON_VERSION < 0x300
84extern bool INPLACE_OPERATION_OLDDIV_INT_LONG(PyObject **operand1, PyObject *operand2);
87#if PYTHON_VERSION < 0x300
89extern bool INPLACE_OPERATION_OLDDIV_INT_CLONG(PyObject **operand1,
long operand2);
92#if PYTHON_VERSION < 0x300
94extern bool INPLACE_OPERATION_OLDDIV_FLOAT_CFLOAT(PyObject **operand1,
double operand2);
97#if PYTHON_VERSION < 0x300
99extern bool INPLACE_OPERATION_OLDDIV_OBJECT_OBJECT(PyObject **operand1, PyObject *operand2);