pybind11/docs/advanced
Yannick Jadoul 1411207711
chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds (#2456)
* Remove code inside 'PYPY_VERSION_NUM < 0x06000000' preprocessor if branch

* fix: more cleanup

* Remove more references to PyPy 5.7 and 5.9 in the docs

* Update comment on PyUnicode_UTF* in PyPy

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
2020-10-05 10:43:27 -04:00
..
cast docs: add std::valarray to docs/advanced/cast/stl.rst (#2547) 2020-10-04 09:52:55 -04:00
pycpp refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
classes.rst fix: use OVERRIDE instead of OVERLOAD (#2490) 2020-09-15 12:10:31 -04:00
embedding.rst refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
exceptions.rst refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
functions.rst refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
misc.rst chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds (#2456) 2020-10-05 10:43:27 -04:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00