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

Make UUID an alias of uuid.UUID #571

Merged
merged 1 commit into from
May 14, 2022
Merged

Make UUID an alias of uuid.UUID #571

merged 1 commit into from
May 14, 2022

Commits on May 12, 2022

  1. Make UUID an alias of uuid.UUID

    Instead of wrapping Google's `uuid.UUID`, and reimplementing the
    JSON logic, simply make it an alias instead.
    
    The current version already leaks the implementation detail, so I
    don't see any reason to also wrap it, and make its usage harder.
    Sh4rK committed May 12, 2022
    Configuration menu
    Copy the full SHA
    4d598af View commit details
    Browse the repository at this point in the history