]> granicus.if.org Git - python/commit
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 May 2018 05:31:21 +0000 (22:31 -0700)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 05:31:21 +0000 (22:31 -0700)
commita4dd46a47fe1d4fe1f1738c2f5b3712de41056b9
treea8e59100578097dd04805ab1b83ac6b68f1215cb
parente76b8c446493d0f028d9e4d9876ad1348fefde1c
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)

(cherry picked from commit a5c42284e69fb309bdd17ee8c1c120d1be383012)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Modules/_collectionsmodule.c
Parser/asdl_c.py
Python/Python-ast.c