[cython/cython] Add warning about thread safety in free-threading Python (PR #6205)

0 views
Skip to first unread message

da-woods

unread,
May 20, 2024, 1:50:44 PM5/20/24
to cython/cython, Subscribed

Expectations management...


I guess it's debatable whether we want this and how long we want to keep it, but for now I think it's a good idea. It only appears if people use with gil: blocks which I think is probably the main opportunity to end up with problems. (There's other ways of spawning multiple threads of course, but they're less likely to be pointed at the same data).


You can view, comment on, or merge this pull request online at:

  https://github.com/cython/cython/pull/6205

Commit Summary

  • 2477eef Add warning about thread safety in free-threading Python

File Changes

(2 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <cython/cython/pull/6205@github.com>

da-woods

unread,
May 20, 2024, 1:51:49 PM5/20/24
to cython/cython, Push

@da-woods pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <cython/cython/pull/6205/push/18506139276@github.com>

Reply all
Reply to author
Forward
0 new messages