mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed
This commit is contained in:
		
							parent
							
								
									d1223a7adc
								
							
						
					
					
						commit
						f45ea46fe8
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -596,12 +596,6 @@ def test_read_all_from_pipe_reader(self): | |||
| 
 | ||||
|         code = """\ | ||||
| import os, sys | ||||
| try: | ||||
|     import faulthandler | ||||
| except ImportError: | ||||
|     pass | ||||
| else: | ||||
|     faulthandler.dump_traceback_later(60, exit=True) | ||||
| fd = int(sys.argv[1]) | ||||
| os.write(fd, b'data') | ||||
| os.close(fd) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yury Selivanov
						Yury Selivanov