[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Bryan and Serhiy. -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1626a479e22db3d44bcd6736d571243433cb6d0e by Mariatta in branch '2.7': [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) https://github.com/python/cpython/commit/1626a479e22db3d44bcd6736d571243433cb6d0e -- _

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 94d8261d1ca3f0c551d9d43a4db342d806af7a6a by Mariatta in branch '3.6': [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287) https://github.com/python/cpython/commit/94d8261d1ca3f0c551d9d43a4db342d806af7a6a -- _

[issue29960] _random.Random state corrupted on exception

2017-05-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 440bc4f4b2690b99541e87bedfdb0dc4abbc0501 by Mariatta in branch '3.5': [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288) https://github.com/python/cpython/commit/440bc4f4b2690b99541e87bedfdb0dc4abbc0501 -- no

[issue29960] _random.Random state corrupted on exception

2017-05-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Mariatta, can you update your PRs? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue29960] _random.Random state corrupted on exception

2017-04-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1396 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29960] _random.Random state corrupted on exception

2017-04-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1395 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29960] _random.Random state corrupted on exception

2017-04-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1397 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29960] _random.Random state corrupted on exception

2017-04-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka stage: needs patch -> backport needed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___ ___

[issue29960] _random.Random state corrupted on exception

2017-04-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9616a82e7802241a4b74cf7ae38d43c37bf66e48 by Serhiy Storchaka (bladebryan) in branch 'master': bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) https://github.com/python/cpython/commit/9616a82e7802241a4b74cf7ae38d43c37bf66e4

[issue29960] _random.Random state corrupted on exception

2017-04-06 Thread Bryan G. Olson
Changes by Bryan G. Olson : -- pull_requests: +1181 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29960] _random.Random state corrupted on exception

2017-04-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue29960] _random.Random state corrupted on exception

2017-04-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: rhettinger -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue29960] _random.Random state corrupted on exception

2017-04-01 Thread Bryan G. Olson
Changes by Bryan G. Olson : -- pull_requests: +1135 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29960] _random.Random state corrupted on exception

2017-04-01 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue29960] _random.Random state corrupted on exception

2017-04-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +mark.dickinson, rhettinger stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list

[issue29960] _random.Random state corrupted on exception

2017-04-01 Thread Bryan G. Olson
Bryan G. Olson added the comment: I'm going through https://docs.python.org/devguide/pullrequest.html and would like to be assigned this issue. -- ___ Python tracker ___ ___

[issue29960] _random.Random state corrupted on exception

2017-04-01 Thread Bryan G. Olson
New submission from Bryan G. Olson: Demo: Run the Python library's test_random.py under the Python debugger and check the generator at the start of test_shuffle(): C:\bin\Python36>python -m pdb Lib\test\test_random.py > c:\bin\python36\lib\test\test_random.py(1)() -> import unittest (Pdb) break