Skip to content

Commit 7b5ef84

Browse files
committed
gh-94937: Fix generated cases and JIT len helper include
1 parent 277eb4f commit 7b5ef84

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

Modules/_testinternalcapi/test_cases.c.h

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/jit/template.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Python.h"
22

3+
#include "pycore_abstract.h"
34
#include "pycore_backoff.h"
45
#include "pycore_call.h"
56
#include "pycore_cell.h"

0 commit comments

Comments
 (0)