pybind11/docs/advanced
Bruce Merry 3b265787f2 Document using atexit for module destructors on PyPy (#1169)
None of the three currently recommended approaches works on PyPy, due to
it not garbage collecting things when you want it to. Added a note with
example showing how to get interpreter shutdown callbacks using the Python
atexit module.
2017-11-24 10:19:45 -04:00
..
cast Trivial typos 2017-11-01 22:48:36 -03:00
pycpp correct stride in matrix example and test 2017-09-21 18:07:48 -03:00
classes.rst Remove deprecated placement-new constructor from docs 2017-09-07 15:02:16 +02:00
embedding.rst Added function for reloading module (#1040) 2017-09-12 08:05:05 +02:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst Trivial typos 2017-11-01 22:48:36 -03:00
misc.rst Document using atexit for module destructors on PyPy (#1169) 2017-11-24 10:19:45 -04:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00