mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox
This commit is contained in:
parent
e69c320d48
commit
f9290773fc
7 changed files with 6 additions and 683 deletions
|
@ -424,9 +424,9 @@ SimpleExtendsException(PyExc_Exception, StopIteration,
|
|||
|
||||
|
||||
/*
|
||||
* GeneratorExit extends BaseException
|
||||
* GeneratorExit extends Exception
|
||||
*/
|
||||
SimpleExtendsException(PyExc_BaseException, GeneratorExit,
|
||||
SimpleExtendsException(PyExc_Exception, GeneratorExit,
|
||||
"Request that a generator exit.");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue