bpo-44154: optimize Fraction pickling (GH-26186)

This commit is contained in:
Sergey B Kirpichev 2021-05-17 10:20:02 +03:00 committed by GitHub
parent b3f65e819f
commit b102dd598d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1 @@
Optimize :class:`fractions.Fraction` pickling for large components.