]> 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:33:00 +0000 (02:33 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 09:33:00 +0000 (02:33 -0700)
commit00093f61b38c01045b71a27eef0ff64a69188e8f
treeaad421607abe8adddcba627c73e603268e7f90db
parent1e8c18509eb15efb8e80971b9935d17e7bbeabf4
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