summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-06-17 23:11:26 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-06-17 23:11:26 +0200
commite87a5559b67e99e660eb360a653cd13d9380c785 (patch)
treef894473b2d1e937e2eb84a6712b658ee89d3ca3b
parentc04fbe2cf0943c96c2ba06ea61fa0df091f0afb8 (diff)
parentbba78fb83ee71ba2a465d651bb251bbae91e4b8f (diff)
downloadcython-e87a5559b67e99e660eb360a653cd13d9380c785.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 09a667c9f..dbdb1a7bf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -462,6 +462,9 @@ Bugs fixed
* Fix a regression in 0.29.20 where ``__div__`` failed to be found in extension types.
(Github issue #3688)
+* Binding staticmethods of Cython functions were not behaving like Python methods in Py3.
+ Patch by Jeroen Demeyer and Michał Górny. (Github issue #3106)
+
* The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer used.
Original patch by Inada Naoki. (Github issue #3677)