File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2222#  define  Py_BUILD_CORE_MODULE  1
2323#endif 
2424
25- #include  <stdbool.h> 
2625#include  "Python.h" 
2726#include  "pycore_hashtable.h" 
2827#include  "pycore_strhex.h"                // _Py_strhex() 
3736#include  <openssl/objects.h> 
3837#include  <openssl/err.h> 
3938
39+ #include  <stdbool.h> 
4040
4141#ifndef  OPENSSL_THREADS 
4242#  error  "OPENSSL_THREADS is not defined, Python requires thread-safe OpenSSL"
Original file line number Diff line number Diff line change 1- #include  <stdbool.h> 
2- 
31#include  <Python.h> 
42#include  "pycore_bytesobject.h"    // _PyBytes_DecodeEscape() 
53#include  "pycore_unicodeobject.h"  // _PyUnicode_DecodeUnicodeEscapeInternal() 
86#include  "pegen.h" 
97#include  "string_parser.h" 
108
9+ #include  <stdbool.h> 
10+ 
1111//// STRING HANDLING FUNCTIONS //// 
1212
1313static  int 
Original file line number Diff line number Diff line change 1212 * objects. 
1313 */ 
1414
15- #include  <stdbool.h> 
16- 
1715#include  "Python.h" 
1816#include  "opcode.h" 
1917#include  "pycore_ast.h"            // _PyAST_GetDocString() 
3230#include  "pycore_opcode_metadata.h"  // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed 
3331#undef  NEED_OPCODE_METADATA
3432
33+ #include  <stdbool.h> 
34+ 
3535#define  COMP_GENEXP    0
3636#define  COMP_LISTCOMP  1
3737#define  COMP_SETCOMP   2
Original file line number Diff line number Diff line change 1- 
2- #include  <stdbool.h> 
3- 
41#include  "Python.h" 
52#include  "opcode.h" 
63#include  "pycore_flowgraph.h" 
129#include  "pycore_opcode_utils.h" 
1310#include  "pycore_opcode_metadata.h"  // OPCODE_HAS_ARG, etc 
1411
12+ #include  <stdbool.h> 
13+ 
1514
1615#undef  SUCCESS
1716#undef  ERROR
Original file line number Diff line number Diff line change 1- #include  <stdbool.h> 
2- 
31#include  "Python.h" 
42
53#include  "pycore_index_pool.h" 
64#include  "pycore_lock.h" 
75
6+ #include  <stdbool.h> 
7+ 
88#ifdef  Py_GIL_DISABLED 
99
1010static  inline  void 
Original file line number Diff line number Diff line change 55 */ 
66
77
8- #include  <stdbool.h> 
9- 
108#include  "Python.h" 
119
1210#include  "pycore_compile.h"  // _PyCompile_EnsureArrayLargeEnough 
@@ -22,6 +20,8 @@ typedef _Py_SourceLocation location;
2220
2321#include  "clinic/instruction_sequence.c.h" 
2422
23+ #include  <stdbool.h> 
24+ 
2525#undef  SUCCESS
2626#undef  ERROR
2727#define  SUCCESS  0
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments