mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Merge 3.3.
This commit is contained in:
		
						commit
						bfc02452a3
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -451,7 +451,8 @@ class ThreadJoinOnShutdown(BaseTestCase): | |||
|     # #12316 and #11870), and fork() from a worker thread is known to trigger | ||||
|     # problems with some operating systems (issue #3863): skip problematic tests | ||||
|     # on platforms known to behave badly. | ||||
|     platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5') | ||||
|     platforms_to_skip = ('freebsd4', 'freebsd5', 'freebsd6', 'netbsd5', | ||||
|                          'hp-ux11') | ||||
| 
 | ||||
|     def _run_and_join(self, script): | ||||
|         script = """if 1: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stefan Krah
						Stefan Krah