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 376658f commit 444f124Copy full SHA for 444f124
1 file changed
Modules/_tracemalloc.c
@@ -60,7 +60,7 @@ static PyThread_type_lock tables_lock;
60
/* Pack the frame_t structure to reduce the memory footprint on 64-bit
61
architectures: 12 bytes instead of 16. This optimization might produce
62
SIGBUS on architectures not supporting unaligned memory accesses (64-bit
63
- IPS CPU?): on such architecture, the structure must not be packed. */
+ MIPS CPU?): on such architecture, the structure must not be packed. */
64
typedef struct
65
#ifdef __GNUC__
66
__attribute__((packed))
0 commit comments