Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: PyBindGen 0.13 released

0 views
Skip to first unread message

Gustavo Carneiro

unread,
Dec 21, 2009, 5:53:45 PM12/21/09
to python-ann...@python.org, capi...@python.org, Development of Python/C++ integration
PyBindGen is a Python module that is geared to generating C/C++ code that
binds a C/C++ library for Python. It does so without extensive use of either
C++ templates or C pre-processor macros. It has modular handling of C/C++
types, and can be easily extended with Python plugins. The generated code is
almost as clean as what a human programmer would write.

It can be downloaded from:

http://code.google.com/p/pybindgen/

Bug reports should be filed here:

https://bugs.launchpad.net/ <https://bugs.launchpad.net/pybindgen>
pybindgen <https://bugs.launchpad.net/pybindgen>

<https://bugs.launchpad.net/pybindgen>Documentation:

http://packages.python.org/PyBindGen/

NEWS:

- Lots of small bug fixes

- Custodian/ward-style memory management works better now

- Add 'reference_existing_object' and 'return_interal_reference'
options for pointer/reference return values

- New Sphinx based documentation
--
Gustavo J. A. M. Carneiro
INESC Porto, Telecommunications and Multimedia Unit
"The universe is always one step beyond logic." -- Frank Herbert

0 new messages