New submission from Amaury Forgeot d'Arc <amaur...@gmail.com>: 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 defined anywhere. OTOH the different thread implementations define PyThread__exit_thread but it is not exposed anywhere (since r12178...)
Better remove unused code... ---------- files: thread_cleanup.patch keywords: needs review, patch, patch messages: 79212 nosy: amaury.forgeotdarc severity: normal status: open title: Cleanup old stuff from pythread.h versions: Python 2.7 Added file: http://bugs.python.org/file12609/thread_cleanup.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4852> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com