[issue7829] dis module documentation gives no indication of the dangers of bytecode inspection

Brett Cannon report at bugs.python.org
Sat Jul 3 00:04:44 CEST 2010


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

Fixed in r82456. I decided to make a warning directive so that it's really obvious that people should not consider the dis module and bytecode as stable.

Once Python 2.7.0final is out the door I will backport the patch.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list