Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make event objects unhashable #15305

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 21, 2023

  1. Make event objects unhashable

    Generally speaking one should look up an event by its id. Otherwise
    we'll fall back to `object.__hash__` (the instance's address, under
    CPython) which is probably not what you want.
    
    Noticed in #15240.
    David Robertson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e5afd0a View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    39d9824 View commit details
    Browse the repository at this point in the history