Remove duplicate includes: Include/internal/ (#132624)

This commit is contained in:
Adam Turner 2025-05-06 02:08:42 +01:00 committed by GitHub
parent c273f59fb3
commit 529012e26f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View 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

View file

@ -233,8 +233,6 @@ extern PyTypeObject _PyExc_MemoryError;
._data = (LITERAL), \
}
#include "pycore_runtime_init_generated.h"
#ifdef __cplusplus
}
#endif