We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79036ff commit 54c1f8eCopy full SHA for 54c1f8e
Include/internal/pycore_code.h
@@ -498,11 +498,6 @@ adaptive_counter_cooldown(void) {
498
ADAPTIVE_COOLDOWN_BACKOFF);
499
}
500
501
-static inline uint16_t
502
-adaptive_counter_jump_init(void) {
503
- return adaptive_counter_bits(16, 4);
504
-}
505
-
506
static inline uint16_t
507
adaptive_counter_backoff(uint16_t counter) {
508
uint16_t backoff = counter & ((1 << ADAPTIVE_BACKOFF_BITS) - 1);
0 commit comments