Skip to content

Commit

Permalink
fix grammar in porting guide (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum authored Nov 1, 2024
1 parent 291d162 commit a261ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ about updating test suites to work with the free-threaded build.

Many C and C++ extensions assume the GIL serializes access to state shared
between threads, introducing the possibility of data races and race conditions
that were impossible before when the GIL is disabled.
that are impossible when the GIL is enabled.

Cython code can also be thread-unsafe and exhibit undefined behavior due to
data races just like any other C or C++ code. However, code operating on Python
Expand Down

0 comments on commit a261ac0

Please sign in to comment.