]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove duplicate includes: Include/internal/ (#132624)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 6 May 2025 01:08:42 +0000 (02:08 +0100)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 01:08:42 +0000 (02:08 +0100)
Include/internal/pycore_code.h
Include/internal/pycore_runtime_init.h

index e1fd483d4a1beecafc52700f00ca8874ba31bdfe..4ffa0386115d10cd68980be7c9be799a68fb2761 100644 (file)
@@ -434,8 +434,6 @@ write_location_entry_start(uint8_t *ptr, int code, int length)
  * On a specialization failure, the backoff counter is restarted.
  */
 
-#include "pycore_backoff.h"
-
 // A value of 1 means that we attempt to specialize the *second* time each
 // instruction is executed. Executing twice is a much better indicator of
 // "hotness" than executing once, but additional warmup delays only prevent
index 2b2e439681f459de179bd7367c19e294b1e0c6a0..4200d91a2fcd9d2e265d00adec861384a1909dad 100644 (file)
@@ -233,8 +233,6 @@ extern PyTypeObject _PyExc_MemoryError;
         ._data = (LITERAL), \
     }
 
-#include "pycore_runtime_init_generated.h"
-
 #ifdef __cplusplus
 }
 #endif