You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read and write of variable should_auto_add_history in file Modules/readline.c is not atomic, thus could be data race in free thread build. For detailed report please see TSAN-0025 from the parent issue #153852.
Bug report
Bug description:
Read and write of variable
should_auto_add_historyin fileModules/readline.cis not atomic, thus could be data race in free thread build. For detailed report please see TSAN-0025 from the parent issue #153852.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
should_auto_add_history#154531