Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11100
| From | Seung Soo, Ha <sungsuha@gmail.com> |
|---|---|
| Subject | Run clang static analyzer on Python 3.30a |
| Date | 2011-08-10 07:01 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2091.1312959909.1164.python-list@python.org> (permalink) |
Hello, I just ran the clang static analyzer on Python. I'm very new to this, so please bear with me as a describe the exact steps I took. 1. hg clone of python 2. scan-build ./configure --with-pydebug 3. scan-build make -s -j4 4. scan-view /tmp/scan-build-2011-08-10-1/ It shows 6 bugs and the report page even has a friendly option to report the bug. I'm just starting to learn C and I cannot judge whether they are worth reporting. Should I? I am aware of the issue tracker and how to use it. What I'm curious is what information I should provide, considering the fact that my skills (for now) is limited to copy and paste. What should I do next? (my system Ubuntu 11.04 x86_64 on AMD Phenom II X4 955) Thanks.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Run clang static analyzer on Python 3.30a Seung Soo, Ha <sungsuha@gmail.com> - 2011-08-10 07:01 +0000
csiph-web