Skip to content
Snippets Groups Projects
Commit a123d7e0cfd7 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Update changelog.

parent 07570f780e59
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
Bugs fixed
----------
* The ``@classmethod`` decorator no longer rejects unknown input from other decorators.
Patch by David Woods. (Github issue #3660)
* Fused types could leak into unrelated usages.
Patch by David Woods. (Github issue #3642)
* Now uses ``Py_SET_SIZE()`` and ``Py_SET_REFCNT()`` in Py3.9+ to avoid low-level
write access to these object fields.
Patch by Victor Stinner. (Github issue #3639)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment