[issue15368] bytecode generation is not deterministic

Brett Cannon report at bugs.python.org
Mon Jul 16 19:23:52 CEST 2012


Brett Cannon <brett at python.org> added the comment:

OK, so it sounds like we need to do the equivalent of sorting those tuples when generating the bytecode. That would suggest that probably need to tweak Python/compile.c to make it deterministic.

----------

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


More information about the Python-bugs-list mailing list