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

Add __slots__ to stream classes #9407

Merged
merged 6 commits into from
Oct 3, 2024
Merged

Add __slots__ to stream classes #9407

merged 6 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Add __slots__ to stream classes

    We use `__slots__` almost everywhere else in the codebase, however `__slots__`
    were not implemented in stream
    
    related issue #4618
    bdraco committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8c2aae2 View commit details
    Browse the repository at this point in the history
  2. preen

    bdraco committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9375825 View commit details
    Browse the repository at this point in the history
  3. missed one

    bdraco committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d03bc2 View commit details
    Browse the repository at this point in the history
  4. fixes

    bdraco committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3c73393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c845b View commit details
    Browse the repository at this point in the history
  6. changelog

    bdraco committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0a56f9d View commit details
    Browse the repository at this point in the history