[Python-announce] Python Extension Patterns v0.2.1

Liste des GroupesRevenir à clp announce 
Sujet : [Python-announce] Python Extension Patterns v0.2.1
De : apaulross (at) *nospam* gmail.com (Paul Ross)
Groupes : comp.lang.python.announce
Date : 29. Jul 2024, 12:59:58
Autres entêtes
Message-ID : <CAFQeoW5KX=Y1T34eZ4-9zxni4v97wm+d23xtaiFdhkuiE0nm4w@mail.gmail.com>
I'm pleased to announce release 0.2.1 of the "Python Extension Patterns"
documentation project.

If you are involved in writing or maintaining Python C/C++ extensions then
this 200+ page cookbook is for you.

Whats New:

- Python versions supported: 3.9, 3.10, 3.11, 3.12, 3.13 (possibly
backwards compatible with Python 3.6, 3.7, 3.8)
- Almost all example code is built and tested against these Python versions.
- Added a chapter on managing file paths and files between Python and C.
- Added a chapter on subclassing from your classes or builtin classes.
- Added a chapter on pickling from C.
- Added a chapter on Capsules.
- Added a chapter on Iterators and Generators.
- Added a chapter on memory leaks and how to detect them.
- Added a chapter on thread safety.
- Update "Homogeneous Python Containers and C++" to refer to
https://github.com/paulross/PyCppContainers
- All the documentation has been extensively reviewed and corrected where
necessary.
- Release on PyPi.
- Development Status :: 5 - Production/Stable

Documentation:
http://pythonextensionpatterns.readthedocs.org/en/latest/index.html
Project: https://github.com/paulross/PythonExtensionPatterns
PyPi: https://pypi.org/project/cPyExtPatt/

MIT License

Many thanks to the Contributors who created:

Pull Requests:

- https://github.com/paulross
- https://github.com/marioemmanuel
- https://github.com/miurahr
- https://github.com/gdevanla
- https://github.com/joelwhitehouse
- https://github.com/dhermes
- https://github.com/gst
- https://github.com/adamchainz
- https://github.com/nnathan

Issues:

- https://github.com/ngoldbaum
- https://github.com/niki-sp
- https://github.com/ldo
- https://github.com/1a1a11a
- https://github.com/congma

Date Sujet#  Auteur
29 Jul 24 o [Python-announce] Python Extension Patterns v0.2.11Paul Ross

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal