[issue24568] Misc/NEWS: "free-after-use" -> "use-after-free"

New submission from Jakub Wilk: Misc/NEWS reads: "Fix free-after-use bug" It should be "use-after-free", not "free-after-use". ---------- assignee: docs@python components: Documentation messages: 246310 nosy: docs@python, jwilk priority: normal severity: normal status: open title: Misc/NEWS: "free-after-use" -> "use-after-free" versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Roundup Robot added the comment: New changeset 5097c91cdc2d by Benjamin Peterson in branch '2.7': 'free-after-use' is not a bug :) (closes #24568) https://hg.python.org/cpython/rev/5097c91cdc2d ---------- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Jakub Wilk added the comment: Uh, "use-after-use" is not a bug either. :) ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Arfrever Frehtes Taifersar Arahesis added the comment: Still not fixed. ---------- nosy: +Arfrever, benjamin.peterson resolution: fixed -> stage: resolved -> status: closed -> open _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Changes by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- assignee: docs@python -> rhettinger nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Roundup Robot added the comment: New changeset 669d6b5c1734 by Raymond Hettinger in branch '2.7': Issue #24568: fix typo. https://hg.python.org/cpython/rev/669d6b5c1734 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Changes by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue24568> _______________________________________

Change by Stéphane Wirtel <stephane@wirtel.be>: ---------- pull_requests: +9288 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue24568> _______________________________________
participants (5)
-
Arfrever Frehtes Taifersar Arahesis
-
Jakub Wilk
-
Raymond Hettinger
-
Roundup Robot
-
Stéphane Wirtel