mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-105323: Remove WITH_APPLE_EDITLINE to use the same declaration for all editline (gh-112513)
This commit is contained in:
parent
8cdfee1bb9
commit
e7e1116a78
4 changed files with 2 additions and 36 deletions
|
|
@ -1800,9 +1800,6 @@
|
|||
/* Define if WINDOW in curses.h offers a field _flags. */
|
||||
#undef WINDOW_HAS_FLAGS
|
||||
|
||||
/* Define to build the readline module against Apple BSD editline. */
|
||||
#undef WITH_APPLE_EDITLINE
|
||||
|
||||
/* Define if you want build the _decimal module using a coroutine-local rather
|
||||
than a thread-local context */
|
||||
#undef WITH_DECIMAL_CONTEXTVAR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue