This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients abbeyj, collinwinter, jyasskin, pitrou, rhettinger
Date 2009-06-15.07:59:06
SpamBayes Score 0.0041771764
Marked as misclassified No
Message-id <1245052748.28.0.401020071414.issue6250@psf.upfronthosting.co.za>
In-reply-to
Content
I'm curious to whether this needs to be embedded in the compiler or
whether a standalone tool can be offered.  See
http://code.activestate.com/recipes/277940/ for an example of processing
the bytecodes directly.  FWIW, deadcode can already be detected by some
of the existing code quality tools: 
http://www.doughellmann.com/articles/CompletelyDifferent-2008-03-linters/index.html
.  What does this patch offer beyond what we already have with those tools?
History
Date User Action Args
2009-06-15 07:59:08rhettingersetrecipients: + rhettinger, collinwinter, pitrou, jyasskin, abbeyj
2009-06-15 07:59:08rhettingersetmessageid: <1245052748.28.0.401020071414.issue6250@psf.upfronthosting.co.za>
2009-06-15 07:59:07rhettingerlinkissue6250 messages
2009-06-15 07:59:06rhettingercreate