commit | d03e1197cb5052e3f758794e2a7aecf9f5ca5f46 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 29 17:51:31 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 29 17:51:31 1998 +0000 |
tree | b75a6ed60d4dde281e1d8fa40d4eccf0f044c312 | |
parent | b39e461b89a587116b56f57a5e34ebb479466dd8 [diff] |
Make gauss() semi-thread-safe. It can still give duplicate results, but it can no longer raise an exception when called by several threads simultaneously.