Revision 81f7ea25 lib/utils/wrapper.py

b/lib/utils/wrapper.py
184 184
  """
185 185
  # pylint: disable=W0212
186 186
  if ((sys.hexversion >= 0x020703F0 and sys.hexversion < 0x03000000) or
187
      sys.hexversion >=0x030203F0):
187
      sys.hexversion >= 0x030203F0):
188 188
    # Python 2.7 automatically resets the RNG on pid changes (i.e. forking)
189 189
    return
190 190

  

Also available in: Unified diff