This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Py_tp_free is specified twice in Python-ast.c
Type: Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, tekknolagi
Priority: normal Keywords: patch

Created on 2019-10-30 18:27 by tekknolagi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17002 merged tekknolagi, 2019-10-30 18:27
Messages (2)
msg355726 - (view) Author: Maxwell Bernstein (tekknolagi) * Date: 2019-10-30 18:27
This looks like a typo due to copy-paste.
msg355736 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-10-31 01:08
New changeset bdac32e9fe25fdb97a7172a93aabd1ffead89462 by Benjamin Peterson (Max Bernstein) in branch 'master':
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
https://github.com/python/cpython/commit/bdac32e9fe25fdb97a7172a93aabd1ffead89462
History
Date User Action Args
2022-04-11 14:59:22adminsetgithub: 82829
2019-10-31 01:08:20benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg355736

resolution: fixed
stage: patch review -> resolved
2019-10-30 18:27:56tekknolagisetkeywords: + patch
stage: patch review
pull_requests: + pull_request16529
2019-10-30 18:27:32tekknolagicreate