Message 309976 - Python tracker (original) (raw)
Message309976
Author | eric.smith |
---|---|
Recipients | eric.smith, levkivskyi |
Date | 2018-01-15.13:13:56 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1516022036.98.0.467229070634.issue32513@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Another case to consider is that if a class defines __eq__, Python will automatically set hash=False before the decorator gets involved. NOte to self: be sure to add a test case for this. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-01-15 13:13:57 | eric.smith | set | recipients: + eric.smith, levkivskyi |
2018-01-15 13:13:56 | eric.smith | set | messageid: 1516022036.98.0.467229070634.issue32513@psf.upfronthosting.co.za |
2018-01-15 13:13:56 | eric.smith | link | issue32513 messages |
2018-01-15 13:13:56 | eric.smith | create |