- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message414882
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 | carljm |
|---|---|
| Recipients | Dennis Sweeney, Mark.Shannon, barry, brandtbucher, carljm, dino.viehland, gregory.p.smith, gvanrossum, itamaro |
| Date | 2022-03-10.23:40:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1646955614.63.0.57493446197.issue46896@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I've updated the PR to split `PyDict_EVENT_MODIFIED` into separate `PyDict_EVENT_ADDED`, `PyDict_EVENT_MODIFIED`, and `PyDict_EVENT_DELETED` event types. This allows callbacks only interested in e.g. added keys (case #2) to more easily and cheaply skip uninteresting events. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-03-10 23:40:14 | carljm | set | recipients: + carljm, gvanrossum, barry, gregory.p.smith, dino.viehland, Mark.Shannon, brandtbucher, Dennis Sweeney, itamaro |
| 2022-03-10 23:40:14 | carljm | set | messageid: <1646955614.63.0.57493446197.issue46896@roundup.psfhosted.org> |
| 2022-03-10 23:40:14 | carljm | link | issue46896 messages |
| 2022-03-10 23:40:14 | carljm | create | |

