]> granicus.if.org Git - python/commit
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 21:47:50 +0000 (23:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jul 2011 21:47:50 +0000 (23:47 +0200)
commit370092071b34da3ed1c2301857e12158794fbe10
tree236d9ee83afb63d8feb92af4890273b7d5a0f547
parent022ae22cc619842f6d8a3581949fb654f5787f88
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.
Include/Python.h
Misc/NEWS
PC/pyconfig.h
Python/thread.c
Python/thread_cthread.h [deleted file]
Python/thread_lwp.h [deleted file]
Python/thread_sgi.h [deleted file]
Python/thread_solaris.h [deleted file]
configure
configure.in
pyconfig.h.in