Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74686

Re: patch request for os.urandom()

From Sturla Molden <sturla.molden@gmail.com>
Subject Re: patch request for os.urandom()
Date 2014-07-17 21:54 +0200
References <7xlhrrkf6h.fsf@ruckus.brouhaha.com>
Newsgroups comp.lang.python
Message-ID <mailman.11958.1405626907.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 17/07/14 20:34, Paul Rubin wrote:
> Could os.urandom() be patched to use the new Linux getrandom() system
> call on systems where it is available?

/dev/urandom exists on other Unix-like systems as well.

Right now os.urandom only uses special system calls on Windows.

Sturla



Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

patch request for os.urandom() Paul Rubin <no.email@nospam.invalid> - 2014-07-17 11:34 -0700
  Re: patch request for os.urandom() Chris Angelico <rosuav@gmail.com> - 2014-07-18 04:44 +1000
  Re: patch request for os.urandom() Ned Deily <nad@acm.org> - 2014-07-17 12:37 -0700
  Re: patch request for os.urandom() Sturla Molden <sturla.molden@gmail.com> - 2014-07-17 21:54 +0200
  Re: patch request for os.urandom() Christian Heimes <christian@python.org> - 2014-07-17 22:12 +0200

csiph-web