We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76924d1 commit 515c0e8Copy full SHA for 515c0e8
Include/pyport.h
@@ -87,8 +87,7 @@ Used in: Py_SAFE_DOWNCAST
87
88
/* PYLONG_BITS_IN_DIGIT describes the number of bits per "digit" (limb) in the
89
* PyLongObject implementation (longintrepr.h). It's currently either 30 or 15,
90
- * defaulting to 30. The 15-bit PyLong digit option may be removed in the
91
- * future.
+ * defaulting to 30. The 15-bit digit option may be removed in the future.
92
*/
93
#ifndef PYLONG_BITS_IN_DIGIT
94
#define PYLONG_BITS_IN_DIGIT 30
0 commit comments