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 SilentGhost, vstinner
Date 2016-11-17.17:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479403244.78.0.468014783078.issue28727@psf.upfronthosting.co.za>
In-reply-to
Content
> Ten subtest in test_re fail with: TypeError: unhashable type: '_sre.SRE_Pattern'

Oops, right. Updated patch implements also hash() on patterns.
History
Date User Action Args
2016-11-17 17:20:44vstinnersetrecipients: + vstinner, SilentGhost
2016-11-17 17:20:44vstinnersetmessageid: <1479403244.78.0.468014783078.issue28727@psf.upfronthosting.co.za>
2016-11-17 17:20:44vstinnerlinkissue28727 messages
2016-11-17 17:20:44vstinnercreate