Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … #1287

Merged
merged 2 commits into from
May 27, 2017

Conversation

Mariatta
Copy link
Member

…(GH-1019).

(cherry picked from commit 9616a82)

@Mariatta Mariatta added the type-bug An unexpected behavior, bug, or error label Apr 26, 2017
@@ -219,6 +219,9 @@ Extension Modules
Library
-------

- bpo-29960: Preserve generator state when _random.Random.setstate()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong section. Should be in 3.6.2 rather than 3.6.1.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Moved to 3.6.2

@codecov
Copy link

codecov bot commented May 27, 2017

Codecov Report

Merging #1287 into 3.6 will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.6    #1287      +/-   ##
==========================================
+ Coverage   83.42%   83.42%   +<.01%     
==========================================
  Files        1369     1369              
  Lines      345786   345784       -2     
==========================================
  Hits       288471   288471              
+ Misses      57315    57313       -2
Impacted Files Coverage Δ
Lib/test/test_random.py 98.47% <100%> (+0.01%) ⬆️
Lib/heapq.py 95.03% <0%> (-3.82%) ⬇️
Lib/test/test_buffer.py 96.53% <0%> (-0.18%) ⬇️
Lib/pydoc.py 62.2% <0%> (-0.07%) ⬇️
Lib/zipfile.py 88.66% <0%> (+0.15%) ⬆️
Lib/ssl.py 88.79% <0%> (+0.17%) ⬆️
Lib/test/support/__init__.py 78.15% <0%> (+0.17%) ⬆️
Lib/test/test_nntplib.py 95.97% <0%> (+0.19%) ⬆️
Lib/imaplib.py 66.98% <0%> (+0.27%) ⬆️
Lib/test/test_weakset.py 96.66% <0%> (+0.27%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16b6f97...fcb41b3. Read the comment docs.

@Mariatta Mariatta force-pushed the backport-9616a82-3.6 branch from fcb41b3 to 2483203 Compare May 27, 2017 04:39
@Mariatta Mariatta merged commit 94d8261 into python:3.6 May 27, 2017
@Mariatta Mariatta deleted the backport-9616a82-3.6 branch May 27, 2017 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants