threading.Event() 对象是否遭受虚假唤醒?

Zac*_*ham 7 python multithreading asynchronous blocking spurious-wakeup

threading.Event()在 C 中,pthread 条件变量与python 中的变量具有相同的用途。我的问题是,threading.Event()变量是否会遭受与 pthread 条件变量相同的虚假唤醒问题?