[Python-Dev] [Python-checkins] Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (GH-5834) (GH-5889)
Eric V. Smith
eric at trueblade.com
Sun Feb 25 13:49:27 EST 2018
More information about the Python-Dev mailing list
Sun Feb 25 13:49:27 EST 2018
- Previous message (by thread): [Python-Dev] The `for y in [x]` idiom in comprehensions
- Next message (by thread): [Python-Dev] 3.7.0b2 code cutoff soon!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks. Do you know if this gets backported to 3.7? Eric. On 2/25/2018 1:36 PM, Terry Reedy wrote: > On 2/25/2018 11:56 AM, Eric V. Smith wrote: > >> + # specify any value in the deecorator). > > I fixed this through the web interface. The CI now knows that a comment > change does not need testing. I could not request a review from > ericvsmith though. > > tjr > > > _______________________________________________ > Python-checkins mailing list > Python-checkins at python.org > https://mail.python.org/mailman/listinfo/python-checkins
- Previous message (by thread): [Python-Dev] The `for y in [x]` idiom in comprehensions
- Next message (by thread): [Python-Dev] 3.7.0b2 code cutoff soon!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list