Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SonicField/cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Apr 29, 2024
2 parents 655e071 + 822f8cc commit 85b7b5c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 156 deletions.
3 changes: 3 additions & 0 deletions Include/internal/pycore_importdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ extern int _Py_ext_module_loader_info_init(
struct _Py_ext_module_loader_info *info,
PyObject *name,
PyObject *filename);
extern int _Py_ext_module_loader_info_init_for_builtin(
struct _Py_ext_module_loader_info *p_info,
PyObject *name);
extern int _Py_ext_module_loader_info_init_from_spec(
struct _Py_ext_module_loader_info *info,
PyObject *spec);
Expand Down
Loading

0 comments on commit 85b7b5c

Please sign in to comment.