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.

classification
Title: avoid redefinition of pthread functions
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, marc
Priority: normal Keywords: patch

Created on 2002-12-08 12:58 by marc, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
avoid_pthread_redefine.diff marc, 2002-12-08 13:02 patch
Messages (2)
msg41923 - (view) Author: Marc Recht (marc) Date: 2002-12-08 12:58
Surround pthread_attr_default, pthread_mutexattr_default and pthread_condattr_default by an "if !defined" to avoid redefinition.
msg41924 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-11 13:13
Logged In: YES 
user_id=21627

Thanks, committed as thread_pthread.h 2.43.
History
Date User Action Args
2022-04-10 16:05:58adminsetgithub: 37584
2002-12-08 12:58:02marccreate