New submission from Meador Inge <mead...@gmail.com>:

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.

----------
components: Build
messages: 165464
nosy: meador.inge
priority: normal
severity: normal
stage: needs patch
status: open
title: importlib.h should be regenerated when the marshaling code changes
type: behavior
versions: Python 3.3

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

Reply via email to