Skip to content

Commit b99e7f6

Browse files
committed
Add pystruct(skip)
1 parent bb8606d commit b99e7f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/src/stdlib/time.rs

+2
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,9 @@ mod decl {
451451
tm_wday: PyObjectRef,
452452
tm_yday: PyObjectRef,
453453
tm_isdst: PyObjectRef,
454+
#[pystruct(skip)]
454455
tm_gmtoff: PyObjectRef,
456+
#[pystruct(skip)]
455457
tm_zone: PyObjectRef,
456458
}
457459

0 commit comments

Comments
 (0)