Skip to content
Open
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
7 changes: 7 additions & 0 deletions src/python_bindings/v3_14_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,15 @@ pub struct _object {
#[repr(C)]
#[derive(Copy, Clone)]
pub union _object__bindgen_ty_1 {
// line manually added, see https://github.com/benfred/py-spy/issues/753
#[cfg(target_pointer_width = "64")]
pub ob_refcnt_full: i64,
// line manually added, see https://github.com/benfred/py-spy/issues/753
#[cfg(target_pointer_width = "64")]
pub __bindgen_anon_1: _object__bindgen_ty_1__bindgen_ty_1,
// line manually added, see https://github.com/benfred/py-spy/issues/753
#[cfg(target_pointer_width = "32")]
pub ob_refcnt: i32,
}
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
Expand Down