pybind11/include/pybind11
nickbridgechess 2fa4747cd4
pythonbuf fix (#2675)
* Added test_thread testing for ostream_redirect segfault recreation

* fix: scoped_ostream_redirect str created outside gil

* Moved threading tests into test_iostream. Cleaned up some formatting. Deleted test_thread.{cpp,py}

* CI: few formatting fixes

* CI: yet another formatting fix

* CI: more formatting fixes. Removed unecessary comment

* Ignore 'warning C4702: unreachable code' in MSVC 2015

Co-authored-by: Nick Bridge <nick.bridge.chess@gmail.com>
Co-authored-by: Nick Bridge <nbridge@jumptrading.com>
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
2020-11-19 12:09:33 +01:00
..
detail docs: back to work after 2.6.1 2020-11-11 19:27:41 -05:00
attr.h feat: py::prepend tag (#1131) 2020-10-05 22:36:33 -04:00
buffer_info.h Fix buffer_info for ctypes buffers (pybind#2502) (#2503) 2020-10-03 23:09:14 +02:00
cast.h style: clang-tidy: modernize-use-using (#2645) 2020-11-09 10:10:19 -08:00
chrono.h style: clang-tidy: modernize-use-using (#2645) 2020-11-09 10:10:19 -08:00
common.h Add a dummy common.h header with a deprecation warning 2017-09-06 15:22:26 +02:00
complex.h Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) 2020-07-08 18:14:41 -04:00
eigen.h style: clang-tidy: modernize-use-using (#2645) 2020-11-09 10:10:19 -08:00
embed.h Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH_INIT_EXCEPTIONS (#2579) 2020-10-12 23:10:18 +02:00
eval.h Add __builtins__ to globals argument of py::exec and py::eval if not present (#2616) 2020-10-27 19:58:27 +01:00
functional.h fix: ensure the GIL is held when copying a function. (#2545) 2020-10-02 17:00:45 -04:00
iostream.h pythonbuf fix (#2675) 2020-11-19 12:09:33 +01:00
numpy.h style: clang-tidy: modernize-use-using (#2645) 2020-11-09 10:10:19 -08:00
operators.h Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) 2020-07-08 18:14:41 -04:00
options.h Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) 2020-07-08 18:14:41 -04:00
pybind11.h fix: add reasonable argument names to enum_ methods (#2637) 2020-11-10 12:49:42 -05:00
pytypes.h fix: throw error_already_set in py::len on failing PyObject_Length (#2575) 2020-10-12 23:00:54 -04:00
stl_bind.h style: clang-tidy: modernize-use-auto 2020-09-15 09:56:59 -04:00
stl.h Use defined for some preprocessor variables that might be undefined (#2476) 2020-09-10 13:58:26 -04:00