Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…128367) There was a data race on the utf8 field between `PyUnicode_SET_UTF8` and `_PyUnicode_CheckConsistency`. Use the `_PyUnicode_UTF8()` accessor, which uses an atomic load internally, to avoid the data race.
- Loading branch information