File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3502,7 +3502,7 @@ static PyType_Slot pystatx_result_slots[] = {
35023502};
35033503
35043504static PyType_Spec pystatx_result_spec = {
3505- .name = "statx_result" ,
3505+ .name = "os. statx_result" ,
35063506 .basicsize = sizeof (Py_statx_result ),
35073507 .flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HEAPTYPE | Py_TPFLAGS_HAVE_GC |
35083508 Py_TPFLAGS_IMMUTABLETYPE | Py_TPFLAGS_DISALLOW_INSTANTIATION ,
@@ -18556,7 +18556,6 @@ posixmodule_exec(PyObject *m)
1855618556 }
1855718557 }
1855818558 else {
18559- pystatx_result_spec .name = "os.statx_result" ;
1856018559 state -> StatxResultType = PyType_FromModuleAndSpec (m , & pystatx_result_spec , NULL );
1856118560 if (PyModule_AddObjectRef (m , "statx_result" , state -> StatxResultType ) < 0 ) {
1856218561 return -1 ;
You can’t perform that action at this time.
0 commit comments