- 04 May, 2021 1 commit
-
-
Pieter P authored
* Crash when printing Unicode to redirected cout Add failing tests * Fix Unicode crashes redirected cout * pythonbuf::utf8_remainder check end iterator * Remove trailing whitespace and formatting iostream * Avoid buffer overflow if ostream redirect races This doesn't solve the actual race, but at least it now has a much lower probability of reading past the end of the buffer even when data races do occur.
-
- 19 Nov, 2020 1 commit
-
-
nickbridgechess authored
* 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>
-
- 16 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* style: use Black everywhere * style: minor touchup from review
-
- 20 Jul, 2020 1 commit
-
-
Henry Schreiner authored
-
- 29 Aug, 2018 2 commits
-
-
Wenzel Jakob authored
-
Justin Bassett authored
-
- 25 Aug, 2017 1 commit
-
-
Henry Schreiner authored
-