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 myronww
Recipients myronww, r.david.murray
Date 2015-12-07.23:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449530788.1.0.335129943332.issue25817@psf.upfronthosting.co.za>
In-reply-to
Content
There are format string like "O&O&O&O&O&" being passed in to Py_BuildValue which eventually make their way to 'countformat'.  It looks like it would just break after the first & and not count anything else.  So Im not sure it gives an accurate count.
History
Date User Action Args
2015-12-07 23:26:28myronwwsetrecipients: + myronww, r.david.murray
2015-12-07 23:26:28myronwwsetmessageid: <1449530788.1.0.335129943332.issue25817@psf.upfronthosting.co.za>
2015-12-07 23:26:28myronwwlinkissue25817 messages
2015-12-07 23:26:27myronwwcreate