There was an error while loading. Please reload this page.
1 parent 1505c9a commit 240a31eCopy full SHA for 240a31e
1 file changed
vm/src/sysmodule.rs
@@ -231,7 +231,7 @@ fn sys_displayhook(obj: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> {
231
Ok(())
232
}
233
234
-#[pystruct_sequence(name = "sys.getwindowsversion")]
+#[pystruct_sequence(module = "sys", name = "getwindowsversion")]
235
#[derive(Default, Debug)]
236
#[cfg(windows)]
237
struct WindowsVersion {
0 commit comments