Matias Bordese added the comment:
Updated patch following Benjamin advice (1. and 2.).
Re 3. Why is dist(None) a RuntimeError and anything else invalid TypeError?
When the dis argument is None, the last traceback is disassembled; if something
different to None and that does not have code (ie
New submission from Matias Bordese :
Attaching patch to add new tests for dis module.
--
components: Tests
files: add_dis_tests.patch
keywords: patch
messages: 131018
nosy: matiasb
priority: normal
severity: normal
status: open
title: Increase test coverage in dis module
type: behavior
Matias Bordese added the comment:
Adding patch.
--
keywords: +patch
Added file: http://bugs.python.org/file21114/issue11497.patch
___
Python tracker
<http://bugs.python.org/issue11
New submission from Matias Bordese :
When setting up dev environment in Unix and there are missing dependencies
after running make, you may need to re-run configure before a new make (relates
to #11496).
--
assignee: docs@python
components: Documentation
messages: 130820
nosy: docs