This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients arigo, njs, vstinner
Date 2017-08-04.20:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501879374.51.0.530694363192.issue31119@psf.upfronthosting.co.za>
In-reply-to
Content
@arigo: Technically we also need that the writes to memory are observed to happen-before the write() call on the wakeup fd, which is not something that Intel is going to make any guarantees about. But *probably* this is also safe because the kernel has to use some kind of cross-CPU synchronization to wake up the read()ing thread, and that imposes a memory barrier.
History
Date User Action Args
2017-08-04 20:42:54njssetrecipients: + njs, arigo, vstinner
2017-08-04 20:42:54njssetmessageid: <1501879374.51.0.530694363192.issue31119@psf.upfronthosting.co.za>
2017-08-04 20:42:54njslinkissue31119 messages
2017-08-04 20:42:54njscreate