* Refcount leak. It was just a reference to Py_None, but still.
* Allow the 3rd argument to generator.throw() to be None. The 'raise' statement does the same, and anyway it follows the general policy that optional arguments of built-ins should, when reasonable, have a default value specifiable from Python.
A
Armin Rigo committed
967aa8b3496df29f03895b5e30a590d77d337167
Parent: 88b78d8