From f1558e3a9297c6a4fefa9d399a7c9d067d859aa3 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 11 Jan 2005 04:59:27 +0000 Subject: added symbol type fixed incorrect unbinding of instance methods fixes for symbol type little restructuring svn path=/trunk/; revision=2489 --- externals/grill/py/readme.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/readme.txt') diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt index 8db52f13..675a0a71 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -56,6 +56,9 @@ Version history: - DEL: eliminated meaningless inchannels and outchannels methods - ADD: enabled "int"-tags for pyext class functions - ADD: py: when no function is given on the command line, let it be selected by message tag +- FIX: __init__ wasn't called on reload +- FIX: bound instance methods weren't correctly decref'd +- ADD: Python symbol type 0.1.4: - ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__) @@ -123,10 +126,11 @@ general: - better error reporting for runtime errors features: -- enable multiple interpreters? +- enable multiple interpreters? ( -> not possible within one thread) - stop individual threads -- Python type for symbols - support named (keyword) arguments (like attributes for messages) +- shutdown hook for threaded Python apps + tests: - check for python threading support -- cgit v1.2.1