8000 Add pystruct(skip) · RustPython/RustPython@853d667 · GitHub
[go: up one dir, main page]

Skip to content

Commit 853d667

Browse files
committed
Add pystruct(skip)
1 parent c9efd4b commit 853d667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/src/stdlib/time.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,9 @@ mod decl {
447447
tm_wday: PyObjectRef,
448448
tm_yday: PyObjectRef,
449449
tm_isdst: PyObjectRef,
450+
#[pystruct(skip)]
450451
tm_gmtoff: PyObjectRef,
452+
#[pystruct(skip)]
451453
tm_zone: PyObjectRef,
452454
}
453455

0 commit comments

Comments
 (0)
0