diff python/pydc/README.txt @ 30:baf087cf5971

- fixed two ref counting problems - minor improvements
author Tassilo Philipp
date Fri, 10 Apr 2020 20:35:19 +0200
parents 6cc2b7fc7ea2
children 2682a627168c
line wrap: on
line diff
--- a/python/pydc/README.txt	Wed Apr 08 22:17:43 2020 +0200
+++ b/python/pydc/README.txt	Fri Apr 10 20:35:19 2020 +0200
@@ -71,3 +71,10 @@
 - signature suffixes used to indicate calling conventions are not supported yet!
 - callback support
 
+BUGS
+====
+
+- when using Python 2, the dyncall call vm object is never dcFree'd, as there
+  is no way to call a "freefunc" as introduced with Python 3 module definitions
+  (see PEP 3121 for details)
+