]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 May 2018 06:10:28 +0000 (23:10 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 May 2018 06:10:28 +0000 (09:10 +0300)
commit0fe3be03926c3468ed4c10980d1a030c8ef4e37e
treecc2182081f4995eaacea6fccdd337b878bd87663
parentc2870b699eb899f358b843c2d706ce8ca89b2bf4
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (GH-7269)

(cherry picked from commit a5c42284e69fb309bdd17ee8c1c120d1be383012)

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