File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1616      - " Tools/build/check_extension_modules.py" 
1717      - " Tools/build/check_warnings.py" 
1818      - " Tools/build/compute-changes.py" 
19+       - " Tools/build/consts_getter.py" 
1920      - " Tools/build/deepfreeze.py" 
2021      - " Tools/build/generate-build-details.py" 
2122      - " Tools/build/generate_sbom.py" 
Original file line number Diff line number Diff line change 55ROOT  =  os .path .dirname (os .path .dirname (os .path .dirname (__file__ )))
66INTERNAL  =  os .path .join (ROOT , 'Include' , 'internal' )
77
8- def  get_nsmallnegints_and_nsmallposints ():
8+ def  get_nsmallnegints_and_nsmallposints ()  ->   tuple [ int ,  int ] :
99    nsmallposints  =  None 
1010    nsmallnegints  =  None 
1111    with  open (os .path .join (INTERNAL , 'pycore_runtime_structs.h' )) as  infile :
Original file line number Diff line number Diff line change 66    Tools/build/check_extension_modules.py,
77    Tools/build/check_warnings.py,
88    Tools/build/compute-changes.py,
9+     Tools/build/consts_getter.py,
910    Tools/build/deepfreeze.py,
1011    Tools/build/generate-build-details.py,
1112    Tools/build/generate_sbom.py,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments