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 vstinner
Recipients amaury.forgeotdarc, docs@python, scoder, vstinner
Date 2014-09-25.07:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411630398.0.0.71339139477.issue12946@psf.upfronthosting.co.za>
In-reply-to
Content
> I gave two reasons why this function can fail, and one turns out to be assumed-to-be-dead code. 

If the call to PyDict_New() is never called, the test can be replaced with an assertion.
History
Date User Action Args
2014-09-25 07:33:18vstinnersetrecipients: + vstinner, amaury.forgeotdarc, scoder, docs@python
2014-09-25 07:33:18vstinnersetmessageid: <1411630398.0.0.71339139477.issue12946@psf.upfronthosting.co.za>
2014-09-25 07:33:17vstinnerlinkissue12946 messages
2014-09-25 07:33:17vstinnercreate