mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix missing lazy-related symbols for the JIT (#34)
* fix missing `PyLazyImport_CheckExact` * fix missing lazy-related symbols * fix missing lazy-related symbols * `extern` seems enough * Export _PyImport_LoadLazyImportTstate for JIT
This commit is contained in:
parent
c4ed3c4119
commit
5000033162
5 changed files with 18 additions and 5 deletions
|
|
@ -11,9 +11,11 @@
|
|||
#include "pycore_floatobject.h"
|
||||
#include "pycore_frame.h"
|
||||
#include "pycore_function.h"
|
||||
#include "pycore_import.h"
|
||||
#include "pycore_interpframe.h"
|
||||
#include "pycore_interpolation.h"
|
||||
#include "pycore_intrinsics.h"
|
||||
#include "pycore_lazyimportobject.h"
|
||||
#include "pycore_list.h"
|
||||
#include "pycore_long.h"
|
||||
#include "pycore_opcode_metadata.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue