Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace pyconfig.h with PC/pyconfig.h
  • Loading branch information
mdickinson committed Jan 13, 2022
commit f7e903323567db76346ab6817db1ad8bca55705c
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ Build Changes
implementation. Previously, the default was to use 30-bit digits on platforms
with ``SIZEOF_VOID_P >= 8``, and 15-bit digits otherwise. It's still possible
to explicitly request use of 15-bit digits via either the
``--enable-big-digits`` option to the configure script or the
``PYLONG_BITS_IN_DIGIT`` variable in ``pyconfig.h``, but this option may be
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
:issue:`45569`.)


Expand Down