diff options
author | 2017-07-18 17:05:03 +0200 | |
---|---|---|
committer | 2017-07-18 17:05:03 +0200 | |
commit | f474c5a3f3c1fbc0383800b88e8518d43a52d1d1 (patch) | |
tree | 9c29ab7759d4e8b23dcf2ba3f0ff84bf94e9e299 /PC | |
parent | bpo-30450: Fall back to git.exe if no Python is found. (#2739) (diff) | |
download | cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.gz cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.bz2 cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.zip |
bpo-30946: Remove obsolete fallback code in readline module (#2738)
* Remove obsolete fallback code in readline module
* Add NEWS
* Remove obsolete include
* Fix macro on Windows
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index bab9d5aef9d..46ff6f0fe56 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -530,9 +530,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define if you have readlink. */ /* #undef HAVE_READLINK */ -/* Define if you have select. */ -/* #undef HAVE_SELECT */ - /* Define if you have setpgid. */ /* #undef HAVE_SETPGID */ |