We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46d403 commit a44e57cCopy full SHA for a44e57c
Include/cpython/longintrepr.h
@@ -48,6 +48,7 @@ typedef int64_t stwodigits; /* signed variant of twodigits */
48
#define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
49
#define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */
50
#elif PYLONG_BITS_IN_DIGIT == 15
51
+#error "Boo!"
52
typedef unsigned short digit;
53
typedef short sdigit; /* signed variant of digit */
54
typedef unsigned long twodigits;
0 commit comments