From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 306 invoked by alias); 22 Feb 2013 19:04:07 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 32744 invoked by uid 306); 22 Feb 2013 19:04:03 -0000 Date: Fri, 22 Feb 2013 19:04:00 -0000 Message-ID: <20130222190403.32729.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-tromey-python-checker: add README.archer X-Git-Refname: refs/heads/archer-tromey-python-checker X-Git-Reftype: branch X-Git-Oldrev: cb8896605a919d2fe55816025515506047266434 X-Git-Newrev: b8b589ef1e9aeddb2600fce6cf13b8890e14a8eb X-SW-Source: 2013-q1/txt/msg00059.txt.bz2 List-Id: The branch, archer-tromey-python-checker has been updated via b8b589ef1e9aeddb2600fce6cf13b8890e14a8eb (commit) from cb8896605a919d2fe55816025515506047266434 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit b8b589ef1e9aeddb2600fce6cf13b8890e14a8eb Author: Tom Tromey Date: Fri Feb 22 12:03:50 2013 -0700 add README.archer ----------------------------------------------------------------------- Summary of changes: README.archer | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 README.archer First 500 lines of diff: diff --git a/README.archer b/README.archer new file mode 100644 index 0000000..f3c50db --- /dev/null +++ b/README.archer @@ -0,0 +1,13 @@ +This branch holds some changes for use with the CPython checker: + + https://gcc-python-plugin.readthedocs.org/en/latest/cpychecker.html + +Mostly this consists of adding attributes to various declarations, so +that the checker can do its work. + +A few useful attributes have been added since this branch was written, +for example, "cpychecker_sets_exception". + +The checker doesn't fully work on gdb due to cleanups. We would have +to teach it about these specially, or avoid their use in the Python +layer. hooks/post-receive -- Repository for Project Archer.