pybind11/docs/advanced
Ralf W. Grosse-Kunstleve 7472d37a93
Adding iostream.h thread-safety documentation. (#2995)
* Adding iostream.h thread-safety documentation.

* Restoring `TestThread` code with added `std::lock_guard<std::mutex>`.

* Updating new comments to reflect new information.

* Fixing up `git rebase -X theirs` accidents.
2021-07-12 13:39:06 -07:00
..
cast Add a std::filesystem::path <-> os.PathLike caster. (#2730) 2021-07-02 07:00:50 -07:00
pycpp Adding iostream.h thread-safety documentation. (#2995) 2021-07-12 13:39:06 -07:00
classes.rst Fix typos and docs style (#3088) 2021-07-10 11:16:07 -07:00
embedding.rst refactor: module -> module_ with typedef (#2544) 2020-10-03 13:38:03 -04:00
exceptions.rst Explicitly export exception types. (#2999) 2021-05-27 08:00:18 -07:00
functions.rst Update py::kwargs examples to pass by reference (#3038) 2021-06-17 13:20:17 -07: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