[PD-cvs] externals/grill/py readme.txt,1.28,1.29

Thomas Grill xovo at users.sourceforge.net
Wed Feb 23 05:57:20 CET 2005


Update of /cvsroot/pure-data/externals/grill/py
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27609

Modified Files:
	readme.txt 
Log Message:
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


Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** readme.txt	8 Feb 2005 04:58:06 -0000	1.28
--- readme.txt	23 Feb 2005 04:57:18 -0000	1.29
***************
*** 82,85 ****
--- 82,86 ----
  - 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:
***************
*** 153,158 ****
  - support named (keyword) arguments (like attributes for messages)
  
- - shutdown hook for threaded Python apps
- 
  tests:
  - check for python threading support
--- 154,157 ----





More information about the Pd-cvs mailing list