[issue20354] tracemalloc causes segfault in "make profile-opt"

Stefan Krah report at bugs.python.org
Thu Jan 23 01:18:16 CET 2014


Stefan Krah added the comment:

For gcc, #pragma pack(n) apparently sets the new aligment for the entire
compilation unit:

http://gcc.gnu.org/onlinedocs/gcc/Structure-Packing-Pragmas.html

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20354>
_______________________________________


More information about the Python-bugs-list mailing list