Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d1be4 commit f2fcc49Copy full SHA for f2fcc49
1 file changed
Modules/_struct.c
@@ -1536,10 +1536,6 @@ init_endian_tables(void *Py_UNUSED(arg))
1536
size matches */
1537
if (ptr->size != native->size)
1538
break;
1539
- /* Skip float and double, could be
1540
- "unknown" float format */
1541
- if (ptr->format == 'd' || ptr->format == 'f')
1542
- break;
1543
/* Skip _Bool, semantics are different for standard size */
1544
if (ptr->format == '?')
1545
0 commit comments