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:05:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449529547.56.0.618451530733.issue25817@psf.upfronthosting.co.za>
In-reply-to
Content
There is not reproducer for this currently.

Its a case of implied or shared usage between a function and the code that uses it.  This function is only used in the Python core, so unless
it is used incorrectly, by a python extension or modification, it may never hit the error condition.

The case where this will fail is if for some reason it is called with
a 'endchar' other than '\0'.  The function assumes end char will be '\0', ')', ']', and ']'.
History
Date User Action Args
2015-12-07 23:05:47myronwwsetrecipients: + myronww, r.david.murray
2015-12-07 23:05:47myronwwsetmessageid: <1449529547.56.0.618451530733.issue25817@psf.upfronthosting.co.za>
2015-12-07 23:05:47myronwwlinkissue25817 messages
2015-12-07 23:05:47myronwwcreate