mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-112536: Add TSAN builds on Github Actions (#116872)
This commit is contained in:
		
							parent
							
								
									a1c4923d65
								
							
						
					
					
						commit
						20578a1f68
					
				
					 6 changed files with 93 additions and 0 deletions
				
			
		|  | @ -95,6 +95,10 @@ | |||
| #endif | ||||
| #endif | ||||
| 
 | ||||
| /* Thread sanitizer doesn't currently support sem_clockwait */ | ||||
| #ifdef _Py_THREAD_SANITIZER | ||||
| #undef HAVE_SEM_CLOCKWAIT | ||||
| #endif | ||||
| 
 | ||||
| /* Whether or not to use semaphores directly rather than emulating them with
 | ||||
|  * mutexes and condition variables: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Donghee Na
						Donghee Na