[issue4852] Cleanup old stuff from pythread.h

2010-02-22 Thread A.M. Kuchling
A.M. Kuchling added the comment: The patch seems obviously correct to me; there's no way a user of pythread.h can make NO_EXIT_PROG be undefined. The patch no long applies cleanly to thread_nt.h -- one hunk is rejected -- but it looks like the change in that hunk has already been applied (th

[issue4852] Cleanup old stuff from pythread.h

2009-01-05 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc : This patch removes four functions from pythread.h, which have been unusable for ages: - PyThread_exit_prog is excluded by a #ifndef, and the NO_EXIT_PROG symbol is defined in the same file. - PyThread__PyThread_exit_thread appears in the .h but is not