Skip to content

Commit 6464ca6

Browse files
committed
Document reason for include
1 parent ce45ff2 commit 6464ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/mathmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ raised for division by zero and mod by zero.
5353
*/
5454

5555
#include "Python.h"
56-
#include "pycore_bitutils.h"
56+
#include "pycore_bitutils.h" // _Py_bit_length()
5757
#include "pycore_dtoa.h"
5858
#include "_math.h"
5959

0 commit comments

Comments
 (0)