mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)
(cherry picked from commit 506b1a3ff6)
Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
			
			
This commit is contained in:
		
							parent
							
								
									aefe2e626e
								
							
						
					
					
						commit
						eafd633fac
					
				
					 3 changed files with 28 additions and 8 deletions
				
			
		|  | @ -7,7 +7,7 @@ | |||
| 
 | ||||
| 
 | ||||
| @patch("_pyrepl.curses.tigetstr", lambda x: b"") | ||||
| class TestUnivEventQueue(unittest.TestCase): | ||||
| class TestUnixEventQueue(unittest.TestCase): | ||||
|     def setUp(self): | ||||
|         self.file = tempfile.TemporaryFile() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)