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 schmir
Recipients ferringb, nnorwitz, rhettinger, schmir
Date 2008-01-11.23:31:36
SpamBayes Score 0.00013911026
Marked as misclassified No
Message-id <1200094299.11.0.67569797135.issue1574217@psf.upfronthosting.co.za>
In-reply-to
Content
The return value should be -1 in case of errors. There's also a second
code path swallowing all errors.
I've converted brian's test.py to a unit test testing both code paths
and added an updated patch for this one.
This patch is against trunk.
All tests in Lib/test/test_isinstance.py pass.
History
Date User Action Args
2008-01-11 23:31:39schmirsetspambayes_score: 0.00013911 -> 0.00013911026
recipients: + schmir, nnorwitz, rhettinger, ferringb
2008-01-11 23:31:39schmirsetspambayes_score: 0.00013911 -> 0.00013911
messageid: <1200094299.11.0.67569797135.issue1574217@psf.upfronthosting.co.za>
2008-01-11 23:31:37schmirlinkissue1574217 messages
2008-01-11 23:31:37schmircreate