Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(112)

Unified Diff: src/org/python/core/exceptions.java

Issue 2810: SystemRestart exception to restart the interpreter (Closed) SVN Base: https://jython.svn.sourceforge.net/svnroot/jython/branches/asm
Patch Set: Created 1 year, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: src/org/python/core/exceptions.java
===================================================================
--- src/org/python/core/exceptions.java (revisión: 5073)
+++ src/org/python/core/exceptions.java (copia de trabajo)
@@ -51,6 +51,9 @@
buildClass(dict, "SystemExit", "BaseException", SystemExit(),
"Request to exit from the interpreter.");
+ buildClass(dict, "SystemRestart", "BaseException",
+ "Request to restart the interpreter. (Jython-specific)");
+
buildClass(dict, "Exception", "BaseException",
"Common base class for all non-exit exceptions.");

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497