[New-bugs-announce] [issue15352] importlib.h should be regenerated when the marshaling code changes

Meador Inge report at bugs.python.org
Sat Jul 14 21:41:05 CEST 2012


New submission from Meador Inge <meadori at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15352>
_______________________________________


More information about the New-bugs-announce mailing list