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 socketpair
Recipients matejcik, socketpair, vstinner
Date 2015-10-20.06:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445321792.33.0.31258617461.issue25420@psf.upfronthosting.co.za>
In-reply-to
Content
Man getrandom()     

As of Linux 3.19, the following bug exists:

       *  Depending on CPU load, getrandom() does not react to interrupts
          before reading all bytes requested.


So, is it goot to use this syscall now?
History
Date User Action Args
2015-10-20 06:16:32socketpairsetrecipients: + socketpair, vstinner, matejcik
2015-10-20 06:16:32socketpairsetmessageid: <1445321792.33.0.31258617461.issue25420@psf.upfronthosting.co.za>
2015-10-20 06:16:32socketpairlinkissue25420 messages
2015-10-20 06:16:32socketpaircreate