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

Struct class lives in _struct #12980

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Struct class lives in _struct #12980

merged 2 commits into from
Nov 8, 2024

Commits on Nov 7, 2024

  1. Struct class lives in _struct

    This one is an improvement on 3.9+. On 3.8, the Struct class
    calls itself `builtins.Struct` instead, which we can't and won't
    match. `struct.error` is defined in `_struct.c`, but always called
    itself `struct.error`.
    tungol committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    009a6ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Update stdlib/struct.pyi

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    tungol and JelleZijlstra authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b38a3d9 View commit details
    Browse the repository at this point in the history