Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
Mariatta merged 2 commits into
python:3.5python/cpython:3.5from
Mariatta:backport-9616a82-3.5Mariatta/cpython:backport-9616a82-3.5Copy head branch name to clipboard
May 27, 2017
Merged

[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). …#1288
Mariatta merged 2 commits into
python:3.5python/cpython:3.5from
Mariatta:backport-9616a82-3.5Mariatta/cpython:backport-9616a82-3.5Copy head branch name to clipboard

Conversation

@Mariatta

Copy link
Copy Markdown
Member

…(GH-1019).

(cherry picked from commit 9616a82)

@Mariatta Mariatta added the type-bug An unexpected behavior, bug, or error label Apr 26, 2017
Comment thread Modules/_randommodule.c Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use PY_UINT32_T rather than uint32_t.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Updated.

Comment thread Modules/_randommodule.c Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Use PY_UINT32_T rather than uint32_t.

@codecov

codecov Bot commented May 27, 2017

Copy link
Copy Markdown

Codecov Report

Merging #1288 into 3.5 will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.5    #1288      +/-   ##
==========================================
+ Coverage   83.47%   83.48%   +<.01%     
==========================================
  Files        1343     1343              
  Lines      335776   335780       +4     
==========================================
+ Hits       280294   280312      +18     
+ Misses      55482    55468      -14
Impacted Files Coverage Δ
Lib/test/test_random.py 98.21% <100%> (-0.21%) ⬇️
Lib/test/test_ssl.py 87.86% <0%> (ø) ⬆️
Lib/test/lock_tests.py 86.91% <0%> (+0.14%) ⬆️
Lib/plistlib.py 90.95% <0%> (+0.17%) ⬆️
Lib/multiprocessing/queues.py 68.39% <0%> (+1.29%) ⬆️
Lib/heapq.py 98.85% <0%> (+3.81%) ⬆️

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 d51d093...df62d88. Read the comment docs.

@Mariatta Mariatta force-pushed the backport-9616a82-3.5 branch from df62d88 to ec481b6 Compare May 27, 2017 04:46
@Mariatta Mariatta merged commit 440bc4f into python:3.5 May 27, 2017
@Mariatta Mariatta deleted the backport-9616a82-3.5 branch May 27, 2017 14:19
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.