Charles-François Natali added the comment:

If you really want to use packing, keep it.

But please remove this:
"""
+    /* ensure that the frame_t structure is packed */
+    assert(sizeof(frame_t) == (sizeof(PyObject*) + sizeof(int)));
"""

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18874>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to