Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into clang-cl
  • Loading branch information
isuruf authored Jul 4, 2020
commit deb92ec9d11c8efcf75fc19fe466951b66ac3fd2
16 changes: 0 additions & 16 deletions Modules/_tracemalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,6 @@ static PyThread_type_lock tables_lock;

#define DEFAULT_DOMAIN 0

/* Pack the pointer_t structure to reduce the memory footprint. */
#if defined(_MSC_VER)
#pragma pack(push, 4)
#endif
typedef struct
#ifdef __GNUC__
__attribute__((packed))
#endif
{
uintptr_t ptr;
unsigned int domain;
} pointer_t;
#ifdef _MSC_VER
#pragma pack(pop)
#endif

/* Pack the frame_t structure to reduce the memory footprint on 64-bit
architectures: 12 bytes instead of 16. */
#if defined(_MSC_VER)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.