[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32999: Fix ABC.__subclasscheck__ crash by methane · Pull Request #6002 · python/cpython

methane

added 4 commits

March 6, 2018 20:12

methane deleted the fix-abc-issubclass-bpo32999 branch

March 7, 2018 07:27

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 7, 2018
(cherry picked from commit fc7df0e)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Mar 7, 2018
(cherry picked from commit fc7df0e)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>

methane added a commit to methane/cpython that referenced this pull request

Mar 22, 2018
bpo-33018 (pythonGH-5944) fixed bpo-32999 too.  So fc7df0e is not required
anymore.  Revert it except test case.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 22, 2018
bpo-33018 (pythonGH-5944) fixed bpo-32999 too.  So fc7df0e is not required
anymore.  Revert it except test case.
(cherry picked from commit f757b72)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>

methane added a commit that referenced this pull request

Mar 22, 2018

ilevkivskyi pushed a commit that referenced this pull request

Mar 22, 2018
bpo-33018 (GH-5944) fixed bpo-32999 too.  So fc7df0e is not required
anymore.  Revert it except test case.
(cherry picked from commit f757b72)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>

jo2y pushed a commit to jo2y/cpython that referenced this pull request

Mar 23, 2018

jo2y pushed a commit to jo2y/cpython that referenced this pull request

Mar 23, 2018
bpo-33018 (pythonGH-5944) fixed bpo-32999 too.  So fc7df0e is not required
anymore.  Revert it except test case.