Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-98169 dataclasses.astuple support DefaultDict #98170

Merged
merged 5 commits into from
Mar 13, 2023
Merged

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    81d9170 View commit details
    Browse the repository at this point in the history
  2. removed links to the bugs

    kwsp committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8aa1b3d View commit details
    Browse the repository at this point in the history
  3. news.d

    kwsp committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f39e3d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Update Lib/dataclasses.py

    cache the output of `type(obj)` to avoid computing it 3 times.
    
    Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
    kwsp and eendebakpt committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fc6a5a9 View commit details
    Browse the repository at this point in the history
  2. Update Lib/dataclasses.py

    Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
    kwsp and eendebakpt committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    44aaee9 View commit details
    Browse the repository at this point in the history