Kaydet (Commit) 444f124f authored tarafından Victor Stinner's avatar Victor Stinner

_tracemalloc.c: Fix typo

üst 376658fa
...@@ -60,7 +60,7 @@ static PyThread_type_lock tables_lock; ...@@ -60,7 +60,7 @@ static PyThread_type_lock tables_lock;
/* Pack the frame_t structure to reduce the memory footprint on 64-bit /* Pack the frame_t structure to reduce the memory footprint on 64-bit
architectures: 12 bytes instead of 16. This optimization might produce architectures: 12 bytes instead of 16. This optimization might produce
SIGBUS on architectures not supporting unaligned memory accesses (64-bit SIGBUS on architectures not supporting unaligned memory accesses (64-bit
IPS CPU?): on such architecture, the structure must not be packed. */ MIPS CPU?): on such architecture, the structure must not be packed. */
typedef struct typedef struct
#ifdef __GNUC__ #ifdef __GNUC__
__attribute__((packed)) __attribute__((packed))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment