gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)

This commit is contained in:
Victor Stinner 2025-03-22 00:37:49 +01:00 committed by GitHub
parent d9411ae3c2
commit 49fb75c676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,7 @@
#include "pycore_dict.h"
#include "pycore_floatobject.h"
#include "pycore_frame.h"
#include "pycore_function.h"
#include "pycore_interpframe.h"
#include "pycore_intrinsics.h"
#include "pycore_list.h"