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
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