]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a possible crash in range.__reversed__(). (GH-10252)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Oct 2018 09:31:29 +0000 (02:31 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 09:31:29 +0000 (02:31 -0700)
commitda15389fddb85cf8a97b81e75de7d77b5f505b56
tree488539656f842787c387b6fecbe2242e71f24763
parentb183750f999953bac7738b1fff114e0a2615d970
Fix a possible crash in range.__reversed__(). (GH-10252)

(cherry picked from commit c9a6168924ffa4f3f78175998b392fe23d3edc50)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Objects/rangeobject.c