Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PY_LOADER_API int py_loader_impl_discover(loader_impl impl, loader_handle handle

PY_LOADER_API int py_loader_impl_destroy(loader_impl impl);

PY_LOADER_NO_EXPORT type_id py_loader_impl_capi_to_value_type(PyObject * obj);
PY_LOADER_NO_EXPORT type_id py_loader_impl_capi_to_value_type(loader_impl impl, PyObject * obj);

PY_LOADER_NO_EXPORT value py_loader_impl_capi_to_value(loader_impl impl, PyObject * obj, type_id id);

Expand Down
Loading