Skip to content

Commit f7e9033

Browse files
committed
Replace pyconfig.h with PC/pyconfig.h
1 parent 4e927c7 commit f7e9033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.11.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ Build Changes
626626
implementation. Previously, the default was to use 30-bit digits on platforms
627627
with ``SIZEOF_VOID_P >= 8``, and 15-bit digits otherwise. It's still possible
628628
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
629+
``--enable-big-digits`` option to the configure script or (for Windows) the
630+
``PYLONG_BITS_IN_DIGIT`` variable in ``PC/pyconfig.h``, but this option may
631+
be removed at some point in the future. (Contributed by Mark Dickinson in
632632
:issue:`45569`.)
633633

634634

0 commit comments

Comments
 (0)