File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,7 @@ Deprecated
13691369
13701370  * :c:func: `!_PyBytes_Join `: use :c:func: `PyBytes_Join `.
13711371  * :c:func: `!_PyDict_GetItemStringWithError `: use :c:func: `PyDict_GetItemStringRef `.
1372-   * :c:func: `!_PyDict_Pop() `: :c:func: `PyDict_Pop `.
1372+   * :c:func: `!_PyDict_Pop() `: use  :c:func: `PyDict_Pop `.
13731373  * :c:func: `!_PyThreadState_UncheckedGet `: use :c:func: `PyThreadState_GetUnchecked `.
13741374  * :c:func: `!_PyUnicode_AsString `: use :c:func: `PyUnicode_AsUTF8 `.
13751375  * :c:func: `!_Py_HashPointer `: use :c:func: `Py_HashPointer `.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Python 3.18:
33
44* :c:func: `!_PyBytes_Join `: use :c:func: `PyBytes_Join `.
55* :c:func: `!_PyDict_GetItemStringWithError `: use :c:func: `PyDict_GetItemStringRef `.
6- * :c:func: `!_PyDict_Pop() `: :c:func: `PyDict_Pop `.
6+ * :c:func: `!_PyDict_Pop() `: use  :c:func: `PyDict_Pop `.
77* :c:func: `!_PyThreadState_UncheckedGet `: use :c:func: `PyThreadState_GetUnchecked `.
88* :c:func: `!_PyUnicode_AsString `: use :c:func: `PyUnicode_AsUTF8 `.
99* :c:func: `!_Py_HashPointer `: use :c:func: `Py_HashPointer `.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments