Add pystruct(skip)

This commit is contained in:
Jeong YunWon
2024-09-17 21:32:23 +09:00
parent bb8606dbed
commit b99e7f62b2

View File

@@ -451,7 +451,9 @@ mod decl {
tm_wday: PyObjectRef,
tm_yday: PyObjectRef,
tm_isdst: PyObjectRef,
#[pystruct(skip)]
tm_gmtoff: PyObjectRef,
#[pystruct(skip)]
tm_zone: PyObjectRef,
}