Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								57e4f0886d 
								
							 
						 
						
							
							
								
								[3.13] gh-132002: Fix crash of ContextVar on unhashable str subtype (GH-132003) ( #132007 )  
							
							 
							
							... 
							
							
							
							gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003)
(cherry picked from commit ab2a3dda1d )
Co-authored-by: sobolevn <mail@sobolevn.me> 
							
						 
						
							2025-04-02 12:15:44 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Alex Waygood 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4f1440fd89 
								
							 
						 
						
							
							
								
								[3.13] gh-126451: Revert backports of ABC registrations for contextvars.Context and multiprocessing proxies ( #126734 )  
							
							 
							
							
							
						 
						
							2024-11-12 12:29:13 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								59316a668e 
								
							 
						 
						
							
							
								
								[3.13] gh-126451: Register contextvars.Context to collections.abc.Mapping (GH-126452) ( #126518 )  
							
							 
							
							... 
							
							
							
							gh-126451: Register contextvars.Context to collections.abc.Mapping (GH-126452)
(cherry picked from commit 5dc36dc565 )
Co-authored-by: Stephen Morton <git@tungol.org>
Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com> 
							
						 
						
							2024-11-06 22:41:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Serhiy Storchaka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f3ba0a74cd 
								
							 
						 
						
							
							
								
								gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)  
							
							 
							
							... 
							
							
							
							Only mark tests which spend significant system or user time,
by itself or in subprocesses. 
							
						 
						
							2023-09-02 07:45:34 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Victor Stinner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								480a337366 
								
							 
						 
						
							
							
								
								gh-106320: Remove private _PyContext_NewHamtForTests() ( #108434 )  
							
							 
							
							... 
							
							
							
							Move the function to the internal C API. 
							
						 
						
							2023-08-24 19:37:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c1f5c903a7 
								
							 
						 
						
							
							
								
								gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)  
							
							 
							
							... 
							
							
							
							Also while there, clarify a few things about why we reduce the hash to 32 bits.
Co-authored-by: Eli Libman <eli@hyro.ai>
Co-authored-by: Yury Selivanov <yury@edgedb.com>
Co-authored-by: Ćukasz Langa <lukasz@langa.pl> 
							
						 
						
							2022-05-23 21:09:59 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christian Heimes 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2b16a08bc7 
								
							 
						 
						
							
							
								
								bpo-40280: Detect missing threading on WASM platforms (GH-32352)  
							
							 
							
							... 
							
							
							
							Co-authored-by: Brett Cannon <brett@python.org> 
							
						 
						
							2022-04-07 09:22:47 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ethan Smith 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d01628e411 
								
							 
						 
						
							
							
								
								bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)  
							
							 
							
							
							
						 
						
							2020-04-14 16:14:15 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									AMIR 
								
							 
						 
						
							
							
							
							
								
							
							
								28c91631c2 
								
							 
						 
						
							
							
								
								bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)  
							
							 
							
							... 
							
							
							
							now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. 
https://bugs.python.org/issue38979 
Automerge-Triggered-By: @asvetlov 
							
						 
						
							2019-12-08 03:35:59 -08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								41cb0baea9 
								
							 
						 
						
							
							
								
								bpo-33985: Implement ContextVar.name attribute. (GH-7980)  
							
							 
							
							
							
						 
						
							2018-06-28 13:20:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f23746a934 
								
							 
						 
						
							
							
								
								bpo-32436: Implement PEP 567 ( #5027 )  
							
							 
							
							
							
						 
						
							2018-01-22 19:11:18 -05:00