mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	gh-118413: Temporarily skip test_release_task_refs in free-threaded builds (#118491)
				
					
				
			This commit is contained in:
		
							parent
							
								
									a7711a2a4e
								
							
						
					
					
						commit
						c408c36e9b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2804,6 +2804,7 @@ def test_map_no_failfast(self):
 | 
			
		|||
        # check that we indeed waited for all jobs
 | 
			
		||||
        self.assertGreater(time.monotonic() - t_start, 0.9)
 | 
			
		||||
 | 
			
		||||
    @support.requires_gil_enabled("gh-118413: test is flaky with GIL disabled")
 | 
			
		||||
    def test_release_task_refs(self):
 | 
			
		||||
        # Issue #29861: task arguments and results should not be kept
 | 
			
		||||
        # alive after we are done with them.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue