This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients amaury.forgeotdarc, belopolsky, neologix, python-dev, rhettinger, tim.peters, vstinner
Date 2013-11-21.08:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM36dj95mhPoc-xSF-K9WUUWVUm75XhSFN9_QQesObKZrA@mail.gmail.com>
In-reply-to <1384984338.82.0.56793156852.issue18874@psf.upfronthosting.co.za>
Content
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)));
"""
History
Date User Action Args
2013-11-21 08:46:11neologixsetrecipients: + neologix, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, vstinner, python-dev
2013-11-21 08:46:11neologixlinkissue18874 messages
2013-11-21 08:46:11neologixcreate