[issue15993] Windows: 3.3.0-rc2.msi: test_buffer fails

Steve Dower report at bugs.python.org
Sat Jun 14 09:12:53 CEST 2014


Steve Dower added the comment:

It's actually bad code generation for the switch statement in build_filter_spec() in _lzmamodule.c.

I've filed a bug, so hopefully it will be fixed, but if not then it should be easy enough to exclude that function (or even the whole module - _lzmamodule.c doesn't have any of the speed critical parts in it, by the look of it).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15993>
_______________________________________


More information about the Python-bugs-list mailing list