[issue36430] A possible reference leak in itertools.count()

2019-03-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36430] A possible reference leak in itertools.count()

2019-03-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset c0dce6aa2ce1ff408170bb8de2ebde3bfd8aa6cf by Raymond Hettinger (Miss Islington (bot)) in branch '2.7': bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) (GH-12554) https://github.com/python/cpython/commit/c0dce6aa2ce1f

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +12501 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread miss-islington
miss-islington added the comment: New changeset e0fe25be1ecbdf4abd1b0edd4aabacc4d75dec41 by Miss Islington (bot) in branch '3.7': bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) https://github.com/python/cpython/commit/e0fe25be1ecbdf4abd1b0edd4aabacc4d75dec41 -

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +12499 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 0523c39e7720b82b38ad793d3f1a5681adcdf873 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) https://github.com/python/cpython/commit/0523c39e7720b82b38ad793d3f1a568

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +12498 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36430] A possible reference leak in itertools.count()

2019-03-25 Thread Zackery Spytz
New submission from Zackery Spytz : "long_step" is leaked in itertools_count_impl() if the type->tp_alloc() call fails. -- components: Extension Modules messages: 338853 nosy: ZackerySpytz priority: normal severity: normal status: open title: A possible reference leak in itertools.coun