Skip to content

Commit

Permalink
fix older pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Feb 20, 2025
1 parent daeace6 commit 4148232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyo3-ffi/src/cpython/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pub struct _PyCoMonitoringData {
pub local_monitors: _Py_LocalMonitors,
pub active_monitors: _Py_LocalMonitors,
pub tools: *mut u8,
#[cfg(Py_3_14)]
pub tool_versions: [uintptr_t; _PY_MONITORING_TOOL_IDS],
pub lines: *mut _PyCoLineInstrumentationData,
pub line_tools: *mut u8,
Expand Down

0 comments on commit 4148232

Please sign in to comment.