[Python-Dev] Call for testing: generator finalization (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed May 8 18:14:59 CEST 2013
- Previous message: [Python-Dev] this python string literals documentation couldn't explain me: single quote presence inside double quoted string and viceversa. Can Anyone explain me?
- Next message: [Python-Dev] Any script to create the installation pacakge of Python 3.3.1 on Windows and *NIX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
In http://bugs.python.org/issue17807 I've committed a patch to allow generator finalization (execution of "finally" blocks) even when a generator is part of a reference cycle. If you have some workload which is known for problems with generator finalization (or otherwise makes a heavy use of generators), it would nice to have some feedback on this change.
(the commit is only on the default branch)
Regards
Antoine.
- Previous message: [Python-Dev] this python string literals documentation couldn't explain me: single quote presence inside double quoted string and viceversa. Can Anyone explain me?
- Next message: [Python-Dev] Any script to create the installation pacakge of Python 3.3.1 on Windows and *NIX?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]