summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-25 09:41:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-25 09:41:21 +0200
commit597995c266dee601d094dbd9b0edba2f0b654bec (patch)
tree761221a22d476d601b6cb186e96f3561c9cd0bd6
parent94ea7d0931300d23d518d34129c0cd61ffca5f31 (diff)
parent8000fc57985d703e8158a6817b9ab51838370f71 (diff)
downloadcython-597995c266dee601d094dbd9b0edba2f0b654bec.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 32cabb0d0..2616e88d3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -310,6 +310,10 @@ Bugs fixed
* Decoding an empty bytes/char* slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3534)
+* Re-importing a Cython extension no longer raises the error
+ "``__reduce_cython__ not found``".
+ (Github issue #3545)
+
* Unused C-tuples could generate incorrect code in 0.29.16.
Patch by Kirk Meyer. (Github issue #3543)