aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/readme.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-11 04:59:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-11 04:59:27 +0000
commitf1558e3a9297c6a4fefa9d399a7c9d067d859aa3 (patch)
treed06d5c6cb9badc428a2ed4d3352f7bad6bfbf1f7 /externals/grill/py/readme.txt
parentead9ba14ab569e5644e2deeffc436c31b53ea141 (diff)
added symbol type
fixed incorrect unbinding of instance methods fixes for symbol type little restructuring svn path=/trunk/; revision=2489
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r--externals/grill/py/readme.txt8
1 files changed, 6 insertions, 2 deletions
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