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 meador.inge
Recipients meador.inge
Date 2012-07-14.19:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342294865.71.0.8673703337.issue15352@psf.upfronthosting.co.za>
In-reply-to
Content
Today I was hacking on a patch that changes the marshaling format for Code objects.  When building the patch I was met with:

   ValueError: bad marshal data (unknown type code)
   make: *** [Lib/_sysconfigdata.py] Abort trap: 6

This is because the frozen importlib was not rebuilt with the new marshaling format.
History
Date User Action Args
2012-07-14 19:41:05meador.ingesetrecipients: + meador.inge
2012-07-14 19:41:05meador.ingesetmessageid: <1342294865.71.0.8673703337.issue15352@psf.upfronthosting.co.za>
2012-07-14 19:41:05meador.ingelinkissue15352 messages
2012-07-14 19:41:04meador.ingecreate