You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: remove __APPLE__ replacement in Modules/readline.c
It looks like CPython removed all but 1 instance of __APPLE__ in
https://bugs.python.org/issue38634 as part of better supporting
libedit. These patches made it to 3.8 so we should no longer need
this hack.
0 commit comments