Files
typeshed/stdlib
Bas van Beek a1ca55037a Update the xxhash and hashlib stubs (#6031)
* `name`, `block_size`, `digest_size` and `digestsize` attributes of hash objects were made read-only.
* It is now a type-checking error to subclass `xxhash` classes, such as `xxhash.xxh32`. Previously it was an error only at runtime.
* `xxhash` functions now accept strings as input and any object with `__index__()` method for `seed` (instead of requiring an integer). They also fail the type checking if no arguments are given.
2021-09-14 12:01:11 +03:00
..
2021-05-06 18:57:33 +03:00
2021-08-11 20:49:30 -07:00
2021-04-14 19:14:07 -07:00
2021-08-18 08:23:31 -07:00
2021-09-04 16:30:13 +02:00
2021-05-17 20:45:48 +02:00
2021-09-10 15:27:24 -07:00
2021-09-03 13:02:11 +02:00