Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Factor out crossinterp_data_lookup.h.
  • Loading branch information
ericsnowcurrently committed Feb 13, 2024
commit f50017e2ad561813cd5dc5e5fcb52cbb0929865c
1 change: 0 additions & 1 deletion Include/internal/pycore_crossinterp.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ extern void _PyXI_Fini(PyInterpreterState *interp);
extern PyStatus _PyXI_InitTypes(PyInterpreterState *interp);
extern void _PyXI_FiniTypes(PyInterpreterState *interp);

#define _PyRuntimeState_GetXIState(runtime) (&(runtime)->xi)
#define _PyInterpreterState_GetXIState(interp) (&(interp)->xi)


Expand Down
Loading