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
Better changelog entry
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
hroncok and erlend-aasland committed Oct 27, 2022
commit cb7d84078bec2fc9395d3edf97b688b737d850ad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Don't let ``--with-system-libmpdec`` or ``--with-system-expat`` use the
vendored headers of libmpdec or expact. When the ``--with-system-...`` flag
is passed to ``./configure``, the ``Modules/_decimal/libmpdec`` or
``Modules/expat`` directory can be safely removed before building Python.
Don't use vendored ``libmpdec`` headers if :option:`--with-system-libmpdec`
is passed to :program:`configure`.
Don't use vendored ``libexpat`` headers if :option:`--with-system-expat`
is passed to :program:`!configure`.