]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 15 Jan 2002 20:36:14 +0000 (20:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 15 Jan 2002 20:36:14 +0000 (20:36 +0000)
commit7668957508a1129c2171e520471c453098588834
tree1f7927e96476d5f035a0d04d9a972c6eb7eb412e
parent4f3a62d9bcc5219cfda370f540e6040a878d3b4f
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