Lines Matching +full:pybind11 +full:- +full:tests
7 pybind11 strives to be a general solution to binding generation, but it also has
10 - pybind11 casts away ``const``-ness in function arguments and return values.
15 - The NumPy interface ``pybind11::array`` greatly simplifies accessing
16 numerical data from C++ (and vice versa), but it's not a full-blown array
18 directly supported, however, with ``pybind11/eigen.h``.
20 Large but useful features could be implemented in pybind11 but would lead to a
21 significant increase in complexity. Pybind11 strives to be simple and compact.
23 pybind11; see `pybind11_json <https://github.com/pybind/pybind11_json>`_ for an
34 - Intel 20.2 is currently having an issue with the test suite.
35 `#2573 <https://github.com/pybind/pybind11/pull/2573>`_
37 - Debug mode Python does not support 1-5 tests in the test suite currently.
38 `#2422 <https://github.com/pybind/pybind11/pull/2422>`_
40 - PyPy3 7.3.1 and 7.3.2 have issues with several tests on 32-bit Windows.
48 - Type casters are not kept alive recursively.
49 `#2527 <https://github.com/pybind/pybind11/issues/2527>`_
51 `#2245 <https://github.com/pybind/pybind11/issues/2245>`_
53 - The ``cpptest`` does not run on Windows with Python 3.8 or newer, due to DLL
55 `#2560 <https://github.com/pybind/pybind11/issue/2560>`_
60 Combining older versions of pybind11 (< 2.6.0) with Python on 3.9.0 will
67 mitigation until 3.9.1 is released and commonly used, pybind11 (2.6.0 or newer)
70 collected. For reference; the pybind11 test suite has about 2,000 such
71 callbacks, but only 49 are garbage collected before the end-of-process. Wheels