Message177386
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, mark.dickinson, rhettinger, serhiy.storchaka |
| Date | 2012-12-12.19:46:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1355341595.6.0.207145203591.issue16659@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch updated. Comments and docstrings a little enhanced. Thanks Brett for review. Also Python implementation of core generator now is threadsafe (in particular random() and getrandbits() methods) as its C implementation and its private members now are more hidden (to prevent unintentional conflicts). See differences between patches for details. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-12 19:46:36 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, mark.dickinson |
| 2012-12-12 19:46:35 | serhiy.storchaka | set | messageid: <1355341595.6.0.207145203591.issue16659@psf.upfronthosting.co.za> |
| 2012-12-12 19:46:35 | serhiy.storchaka | link | issue16659 messages |
| 2012-12-12 19:46:35 | serhiy.storchaka | create | |