mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove duplicate includes: Include/internal/ (#132624)
This commit is contained in:
parent
c273f59fb3
commit
529012e26f
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -233,8 +233,6 @@ extern PyTypeObject _PyExc_MemoryError;
|
|||
._data = (LITERAL), \
|
||||
}
|
||||
|
||||
#include "pycore_runtime_init_generated.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue