diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-02-23 04:57:19 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-02-23 04:57:19 +0000 |
commit | 579f564ce490566d0462bc2138a4beefa7747b7e (patch) | |
tree | 1d97a889e28f2638209acf05b6a9f5dff6cd6c80 /externals/grill/py/readme.txt | |
parent | 4a65e0dcd504848ee89dfe3d12321e2587b2a77d (diff) |
better cleanup behavior (shutdown hook method _del and garbage collection)
- garbage collection at module scope
update for flext build system
- better handling of bang messages
fixes for single-threaded compilation
little restructuring
svn path=/trunk/; revision=2573
Diffstat (limited to 'externals/grill/py/readme.txt')
-rw-r--r-- | externals/grill/py/readme.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/externals/grill/py/readme.txt b/externals/grill/py/readme.txt index a39f529e..1aa18022 100644 --- a/externals/grill/py/readme.txt +++ b/externals/grill/py/readme.txt @@ -81,6 +81,7 @@ Version history: - FIX: __init__ wasn't called on reload - FIX: bound instance methods weren't correctly decref'd - ADD: Python symbol type +- ADD: _del method in pyext-derived class can be used to clean up things on exit 0.1.4: - ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__) @@ -152,7 +153,5 @@ features: - stop individual threads - support named (keyword) arguments (like attributes for messages) -- shutdown hook for threaded Python apps - tests: - check for python threading support |