comparison 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
comparison
equal deleted inserted replaced
29:6cc2b7fc7ea2 30:baf087cf5971
69 ==== 69 ====
70 70
71 - signature suffixes used to indicate calling conventions are not supported yet! 71 - signature suffixes used to indicate calling conventions are not supported yet!
72 - callback support 72 - callback support
73 73
74 BUGS
75 ====
76
77 - when using Python 2, the dyncall call vm object is never dcFree'd, as there
78 is no way to call a "freefunc" as introduced with Python 3 module definitions
79 (see PEP 3121 for details)
80