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.

Author serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2018-05-31.04:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset a5c42284e69fb309bdd17ee8c1c120d1be383012 by Serhiy Storchaka in branch 'master':
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
https://github.com/python/cpython/commit/a5c42284e69fb309bdd17ee8c1c120d1be383012
History
Date User Action Args
2018-05-31 04:34:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2018-05-31 04:34:37serhiy.storchakasetmessageid: <[email protected]>
2018-05-31 04:34:37serhiy.storchakalinkissue33677 messages
2018-05-31 04:34:37serhiy.storchakacreate