Skip to content

[3.6] bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705)#9730

Merged
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-7bb9cd0-3.6
Oct 5, 2018
Merged

[3.6] bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-9705)#9730
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-7bb9cd0-3.6

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 5, 2018

Copy link
Copy Markdown
Contributor

The _PyLong_FromByteArray() call in int_from_bytes_impl() was
unchecked.
(cherry picked from commit 7bb9cd0)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue34899

…l() (pythonGH-9705)

The _PyLong_FromByteArray() call in int_from_bytes_impl() was
unchecked.
(cherry picked from commit 7bb9cd0)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 526929b into python:3.6 Oct 5, 2018
@miss-islington
miss-islington deleted the backport-7bb9cd0-3.6 branch October 5, 2018 21:24
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants