mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-103092: Support subinterpreters in `_zstd
` (#133674)
This commit is contained in:
parent
3f2f59a91d
commit
6f6f48d289
3 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ get_zstd_state_from_type(PyTypeObject *type) {
|
|||
|
||||
extern PyType_Spec zstddict_type_spec;
|
||||
extern PyType_Spec zstdcompressor_type_spec;
|
||||
extern PyType_Spec ZstdDecompressor_type_spec;
|
||||
extern PyType_Spec zstddecompressor_type_spec;
|
||||
|
||||
struct _zstd_state {
|
||||
PyObject *empty_bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue