Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 30, 2023
1 parent 6b4b134 commit 3476d0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
--config-cache \
--with-pydebug \
--prefix=/opt/python-dev \
--with-readline=apple \
--with-openssl="$(brew --prefix [email protected])"
- name: Build CPython
run: make -j4
Expand Down
10 changes: 7 additions & 3 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,17 @@ Libraries options

.. versionadded:: 3.3

.. cmdoption:: --with-readline=editline
.. cmdoption:: --with-readline=readline|editline|apple

Use ``editline`` library for backend of the :mod:`readline` module.
Desinate a backend library of the :mod:`readline` module.

Define the ``WITH_EDITLINE`` macro.
readline: default backend
editline: Define the ``WITH_EDITLINE`` macro.
apple: Define the ``WITH_APPLE_READLINE`` macro.

.. versionadded:: 3.10
.. versionchanged: 3.13
``apple`` for macOS specific backend library option is added.
.. cmdoption:: --without-readline

Expand Down
12 changes: 5 additions & 7 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3476d0f

Please sign in to comment.