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, xiang.zhang
Date 2017-04-19.17:03:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492621434.7.0.827531486778.issue30061@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset bf623ae8843dc30b28c574bec8d29fc14be59d86 by Serhiy Storchaka in branch 'master':
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
https://github.com/python/cpython/commit/bf623ae8843dc30b28c574bec8d29fc14be59d86
History
Date User Action Args
2017-04-19 17:03:54serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, xiang.zhang
2017-04-19 17:03:54serhiy.storchakasetmessageid: <1492621434.7.0.827531486778.issue30061@psf.upfronthosting.co.za>
2017-04-19 17:03:54serhiy.storchakalinkissue30061 messages
2017-04-19 17:03:54serhiy.storchakacreate