mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Comment typo fix
This commit is contained in:
		
							parent
							
								
									80fd7851ac
								
							
						
					
					
						commit
						c9172d3832
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -640,7 +640,7 @@ subtype_dealloc(PyObject *self)
 | 
				
			||||||
	/* We get here only if the type has GC */
 | 
						/* We get here only if the type has GC */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* UnTrack and re-Track around the trashcan macro, alas */
 | 
						/* UnTrack and re-Track around the trashcan macro, alas */
 | 
				
			||||||
	/* See explanation at end of funtion for full disclosure */
 | 
						/* See explanation at end of function for full disclosure */
 | 
				
			||||||
	PyObject_GC_UnTrack(self);
 | 
						PyObject_GC_UnTrack(self);
 | 
				
			||||||
	++_PyTrash_delete_nesting;
 | 
						++_PyTrash_delete_nesting;
 | 
				
			||||||
	Py_TRASHCAN_SAFE_BEGIN(self);
 | 
						Py_TRASHCAN_SAFE_BEGIN(self);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue