File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ redirects output to the corresponding Python streams:
51
51
52
52
The implementation in ``pybind11/iostream.h `` is NOT thread safe. Multiple
53
53
threads writing to a redirected ostream concurrently cause data races
54
- and potentially buffer overflows. Therefore it is currrently a requirement
54
+ and potentially buffer overflows. Therefore it is currently a requirement
55
55
that all (possibly) concurrent redirected ostream writes are protected by
56
56
a mutex. #HelpAppreciated: Work on iostream.h thread safety. For more
57
57
background see the discussions under
Original file line number Diff line number Diff line change 8
8
9
9
WARNING: The implementation in this file is NOT thread safe. Multiple
10
10
threads writing to a redirected ostream concurrently cause data races
11
- and potentially buffer overflows. Therefore it is currrently a requirement
11
+ and potentially buffer overflows. Therefore it is currently a requirement
12
12
that all (possibly) concurrent redirected ostream writes are protected by
13
13
a mutex.
14
14
#HelpAppreciated: Work on iostream.h thread safety.
You can’t perform that action at this time.
0 commit comments