Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bbf8048c0f 
								
							 
						 
						
							
							
								
								[3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515)  
							
							 
							
							... 
							
							
							
							(cherry picked from commit 09e72cf091 , AKA gh-134511)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> 
							
						 
						
							2025-05-22 15:07:11 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								93ab55bd70 
								
							 
						 
						
							
							
								
								[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)  
							
							 
							
							... 
							
							
							
							(cherry picked from commit a66bae8bb , AKA gh-134439)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> 
							
						 
						
							2025-05-21 20:43:29 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eric Snow 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6f04325992 
								
							 
						 
						
							
							
								
								gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)  
							
							 
							
							... 
							
							
							
							This change consists of adding tests and moving code around, with some renaming thrown in. 
							
						 
						
							2025-04-28 11:55:15 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eric Snow 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cd9536a087 
								
							 
						 
						
							
							
								
								gh-132781: Cleanup Code Related to NotShareableError (gh-132782)  
							
							 
							
							... 
							
							
							
							The following are added to the internal C-API:
* _PyErr_FormatV()
* _PyErr_SetModuleNotFoundError()
* _PyXIData_GetNotShareableErrorType()
* _PyXIData_FormatNotShareableError()
We also drop _PyXIData_lookup_context_t and _PyXIData_GetLookupContext(). 
							
						 
						
							2025-04-25 14:43:38 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									sobolevn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3980718710 
								
							 
						 
						
							
							
								
								gh-132171: Fix _interpreters.run_string crash on string subclass ( #132173 )  
							
							 
							
							
							
						 
						
							2025-04-07 14:59:44 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sam Gross 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								56d0f9af14 
								
							 
						 
						
							
							
								
								gh-117657: Skip some tests when running with TSAN (gh-131555)  
							
							 
							
							... 
							
							
							
							The subinterpreter tests have data races (see gh-129824).
TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways. 
							
						 
						
							2025-03-21 15:16:08 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									sobolevn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								087bb48aca 
								
							 
						 
						
							
							
								
								gh-127196: Fix crash in _interpreters, when shared had invalid encodings ( #127220 )  
							
							 
							
							
							
						 
						
							2025-01-09 19:45:35 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									sobolevn 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9fc2808eaf 
								
							 
						 
						
							
							
								
								gh-126654: Fix crash in several functions in _interpreters module ( #126678 )  
							
							 
							
							
							
						 
						
							2024-11-11 17:05:56 +05:30  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jelle Zijlstra 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								365dffbaad 
								
							 
						 
						
							
							
								
								gh-119180: No longer set __annotations__ in __main__ ( #124634 )  
							
							 
							
							
							
						 
						
							2024-09-27 05:49:43 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Xie Yanbo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b6c80e21c7 
								
							 
						 
						
							
							
								
								Fix typos in comments and docstring ( #122720 )  
							
							 
							
							... 
							
							
							
							Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> 
							
						 
						
							2024-08-07 07:39:16 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eric Snow 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								03e3e31723 
								
							 
						 
						
							
							
								
								gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)  
							
							 
							
							... 
							
							
							
							See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26 . 
							
						 
						
							2024-04-24 16:18:24 +00:00