[issue34468] An always-false condition in range_repr() from Objects/rangeobject.c

2018-08-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 7ecae3ca0bda3cacf3b0125bae0bc718a17cc071 by Benjamin Peterson (Alexey Izbyshev) in branch 'master': closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) https://github.com/python/cpython/commit/7ec

[issue34468] An always-false condition in range_repr() from Objects/rangeobject.c

2018-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +8366 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34468] An always-false condition in range_repr() from Objects/rangeobject.c

2018-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +8367 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34477] Objects/typeobject.c: Missing NULL check in type_init()

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset fbe359a5e0b22e96065d24d033bebf27cdb374be by Miss Islington (bot) in branch '3.6': closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876) https://github.com/python/cpython/commit/fbe359a5e0b22e96065d24d033bebf27c

[issue34477] Objects/typeobject.c: Missing NULL check in type_init()

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset ea21206626d0907e0ecfd3efbb186f14f1a8a5d4 by Miss Islington (bot) in branch '2.7': closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876) https://github.com/python/cpython/commit/ea21206626d0907e0ecfd3efbb186f14f

[issue31861] aiter() and anext() built-in functions

2018-08-23 Thread Joshua Bronson
Change by Joshua Bronson : -- keywords: +patch pull_requests: +8368 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue31861] add aiter() and anext() functions to operator module

2018-08-23 Thread Joshua Bronson
Joshua Bronson added the comment: Updating the issue title to reflect the decision to add these to the operator module rather than to built-ins. Submitted a PR here: https://github.com/python/cpython/pull/8895 -- title: aiter() and anext() built-in functions -> add aiter() and anext(

[issue34474] Python/bltinmodule.c: Missing NULL check in builtin_sum_impl()

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset a59036365b304d43bba0f050fa9a7d76100e0ae1 by Miss Islington (bot) in branch '3.7': closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) https://github.com/python/cpython/commit/a59036365b304d43bba0f050fa

[issue34474] Python/bltinmodule.c: Missing NULL check in builtin_sum_impl()

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset 7d470f3f24d0c091cf1da4f13695c6bb3200a713 by Miss Islington (bot) in branch '3.6': closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) https://github.com/python/cpython/commit/7d470f3f24d0c091cf1da4f136

[issue34474] Python/bltinmodule.c: Missing NULL check in builtin_sum_impl()

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset 45ee452751d095d665717bafb61cfd7c65b729b4 by Miss Islington (bot) in branch '2.7': closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872) https://github.com/python/cpython/commit/45ee452751d095d665717bafb6

[issue18560] builtin_sum() doesn't check return value of PyLong_FromLong()

2018-08-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: Backported to 2.7 in 67dafd5c202cd529e209bf3f35e022ce766709eb. (I messed up the commit message.) -- nosy: +benjamin.peterson versions: +Python 2.7 ___ Python tracker ___

[issue34468] An always-false condition in range_repr() from Objects/rangeobject.c

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset d9e1abf8d36da19f074f16046c4a9b5fe54cc083 by Miss Islington (bot) in branch '3.7': closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) https://github.com/python/cpython/commit/d9e1abf8d36da19f074f1604

[issue34468] An always-false condition in range_repr() from Objects/rangeobject.c

2018-08-23 Thread miss-islington
miss-islington added the comment: New changeset 902f1618388280eeeb3957b273f0ccb3df938723 by Miss Islington (bot) in branch '3.6': closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880) https://github.com/python/cpython/commit/902f1618388280eeeb3957b2

<    1   2