]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport jackjansen's checkin of revision 2.37:
authorMichael W. Hudson <mwh@python.net>
Sat, 23 Feb 2002 08:43:03 +0000 (08:43 +0000)
committerMichael W. Hudson <mwh@python.net>
Sat, 23 Feb 2002 08:43:03 +0000 (08:43 +0000)
commitd17700cc49f273d874eed635199f6f937ce28f8b
treeaf84460e31e4a8a6b7bd7dbf541010654faa2a0c
parent06efb7791037ca07aa4a35c242e7f57da149c37d
Backport jackjansen's checkin of revision 2.37:

Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails
on a function pointer formal argument called "destructor", which is typedeffed
as a different function pointer type in object.h.
Python/thread_pthread.h