We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e927c7 commit f7e9033Copy full SHA for f7e9033
Doc/whatsnew/3.11.rst
@@ -626,9 +626,9 @@ Build Changes
626
implementation. Previously, the default was to use 30-bit digits on platforms
627
with ``SIZEOF_VOID_P >= 8``, and 15-bit digits otherwise. It's still possible
628
to explicitly request use of 15-bit digits via either the
629
- ``--enable-big-digits`` option to the configure script or the
630
- ``PYLONG_BITS_IN_DIGIT`` variable in ``pyconfig.h``, but this option may be
631
- removed at some point in the future. (Contributed by Mark Dickinson in
+ ``--enable-big-digits`` option to the configure script or (for Windows) the
+ ``PYLONG_BITS_IN_DIGIT`` variable in ``PC/pyconfig.h``, but this option may
+ be removed at some point in the future. (Contributed by Mark Dickinson in
632
:issue:`45569`.)
633
634
0 commit comments