This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2009-01-05.23:28:47
SpamBayes Score 0.008988707
Marked as misclassified No
Message-id <1231198131.15.0.910339238584.issue4852@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2009-01-05 23:28:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2009-01-05 23:28:51amaury.forgeotdarcsetmessageid: <1231198131.15.0.910339238584.issue4852@psf.upfronthosting.co.za>
2009-01-05 23:28:50amaury.forgeotdarclinkissue4852 messages
2009-01-05 23:28:50amaury.forgeotdarccreate