summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-08 21:47:50 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-08 21:47:50 (GMT)
commit370092071b34da3ed1c2301857e12158794fbe10 (patch)
tree236d9ee83afb63d8feb92af4890273b7d5a0f547 /PC
parent022ae22cc619842f6d8a3581949fb654f5787f88 (diff)
downloadcpython-370092071b34da3ed1c2301857e12158794fbe10.zip
cpython-370092071b34da3ed1c2301857e12158794fbe10.tar.gz
cpython-370092071b34da3ed1c2301857e12158794fbe10.tar.bz2
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
(following PEP 11). These systems are systems using Mach C Threads, SunOS lightweight processes, GNU pth threads and IRIX threads.
Diffstat (limited to 'PC')
-rw-r--r--PC/pyconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 77d4938..752d64f 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -711,9 +711,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have the <sys/utsname.h> header file. */
/* #define HAVE_SYS_UTSNAME_H 1 */
-/* Define if you have the <thread.h> header file. */
-/* #undef HAVE_THREAD_H */
-
/* Define if you have the <unistd.h> header file. */
/* #define HAVE_UNISTD_H 1 */