Crash when modifying DLL function pointers conconcurrently #127946
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-ctypes
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
It seems that
ctypes
doesn't like having function pointers on aCDLL
modified concurrently. Here's a reproducer (for Linux):Linked PRs
CFuncPtr
attributes #128109The text was updated successfully, but these errors were encountered: