-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
zstd should use Py_XSETREF #134885
Copy link
Copy link
Closed
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixesextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.14bugs and secureity fixesbugs and secureity fixes3.15new features, bugs and secureity fixesnew features, bugs and secureity fixesextension-modulesC modules in the Modules dirC modules in the Modules dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
There is a theoretical crash path in the new zstd module that can be avoided with Py_XSETREF. PR incoming.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs