Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1425 > unrolled thread

ANN: gcc-python-plugin 0.13

Started byDavid Malcolm <dmalcolm@redhat.com>
First post2014-09-30 16:34 -0400
Last post2014-09-30 16:34 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: gcc-python-plugin 0.13 David Malcolm <dmalcolm@redhat.com> - 2014-09-30 16:34 -0400

#1425 — ANN: gcc-python-plugin 0.13

FromDavid Malcolm <dmalcolm@redhat.com>
Date2014-09-30 16:34 -0400
SubjectANN: gcc-python-plugin 0.13
Message-ID<mailman.14506.1412148138.18130.python-announce-list@python.org>
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the
CPython interpreter within GCC, allowing you to write new compiler
warnings in Python, generate code visualizations, etc.

It ships with "gcc-with-cpychecker", which implements static analysis
passes for GCC aimed at finding bugs in CPython extensions.  In
particular, it can automatically detect
reference-counting errors:
  http://gcc-python-plugin.readthedocs.org/en/latest/cpychecker.html

The major features in this release are:

  * gcc 4.9 compatibility

  * a major revamping to the HTML output from
    gcc-with-cpychecker

More detailed information on these and details of the other changes can
be seen in the release notes at:
  http://gcc-python-plugin.readthedocs.org/en/latest/0.13.html


Tarball releases are available at:
  https://fedorahosted.org/releases/g/c/gcc-python-plugin/

Prebuilt-documentation can be seen at:
  http://gcc-python-plugin.readthedocs.org/en/latest/index.html

The project's homepage is:
  https://fedorahosted.org/gcc-python-plugin/

The plugin and checker are Free Software, licensed under the GPLv3 or
later.

Thanks to Buck Golemon, Denis Efremov, Philip Herron, and Tom Tromey for
their contributions to this release.


Enjoy!
Dave Malcolm

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web