- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message314390
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 | eric.smith |
|---|---|
| Recipients | eric.smith, rhettinger |
| Date | 2018-03-25.02:10:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1521943817.2.0.467229070634.issue33134@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New changeset 01d618c5606a239b03ad1269541eddb6e724775d by Eric V. Smith in branch 'master': bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) https://github.com/python/cpython/commit/01d618c5606a239b03ad1269541eddb6e724775d |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-03-25 02:10:17 | eric.smith | set | recipients: + eric.smith, rhettinger |
| 2018-03-25 02:10:17 | eric.smith | set | messageid: <1521943817.2.0.467229070634.issue33134@psf.upfronthosting.co.za> |
| 2018-03-25 02:10:17 | eric.smith | link | issue33134 messages |
| 2018-03-25 02:10:16 | eric.smith | create | |

