|
@serhiy-storchaka Can you please check if I backported this correctly? There was a conflict in _randommodule.c which I have to resolve manually. Just making sure if everything is still in order. |
There was a problem hiding this comment.
uint32_t is C99. Use unsigned long instead.
There was a problem hiding this comment.
Thanks, changed to unsigned long.
There was a problem hiding this comment.
Leave the 2.7 code at the right hand of assignment.
|
Why you have removed the |
|
@serhiy-storchaka there's an email to python-committers about it, but the label was removed from GitHub entirely so I didn't specifically remove it just for this PR. |
2b9bd06 to
bd8bc50
Compare
…(GH-1019).
(cherry picked from commit 9616a82)