diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-09-09 21:44:59 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-09-09 21:44:59 +0000 |
commit | 956a981f0b8b95f1aceb475000072074d82ca5ea (patch) | |
tree | 067896b2a2f68ecd837c6ad29d3ec8365ad62284 /dev-java/jython/files | |
parent | Mark 4.2.2_p3 stable on ia64. #146912 (diff) | |
download | gentoo-2-956a981f0b8b95f1aceb475000072074d82ca5ea.tar.gz gentoo-2-956a981f0b8b95f1aceb475000072074d82ca5ea.tar.bz2 gentoo-2-956a981f0b8b95f1aceb475000072074d82ca5ea.zip |
More assert fixes to fix bug #146868. Thanks to Joel <joel_123@hotmail.com> for the patch.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/jython/files')
-rw-r--r-- | dev-java/jython/files/2.1-assert-SimpleCompiler.py.patch | 11 | ||||
-rw-r--r-- | dev-java/jython/files/digest-jython-2.1-r9 | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-java/jython/files/2.1-assert-SimpleCompiler.py.patch b/dev-java/jython/files/2.1-assert-SimpleCompiler.py.patch new file mode 100644 index 000000000000..55e154999195 --- /dev/null +++ b/dev-java/jython/files/2.1-assert-SimpleCompiler.py.patch @@ -0,0 +1,11 @@ +--- jython-2.1/Tools/jythonc/SimpleCompiler.py.orig 2006-09-08 13:21:29.000000000 -0600 ++++ jython-2.1/Tools/jythonc/SimpleCompiler.py 2006-09-08 13:22:15.000000000 -0600 +@@ -577,7 +577,7 @@ + args.append(message.asAny()) + + return jast.If(self.frame.getglobal("__debug__").nonzero(), +- jast.InvokeStatic("Py", "assert", args)) ++ jast.InvokeStatic("Py", "assert_", args)) + + def return_stmt(self, value=None): + if value is None: diff --git a/dev-java/jython/files/digest-jython-2.1-r9 b/dev-java/jython/files/digest-jython-2.1-r9 new file mode 100644 index 000000000000..430b21a5c3b2 --- /dev/null +++ b/dev-java/jython/files/digest-jython-2.1-r9 @@ -0,0 +1,3 @@ +MD5 74f21a0185135396c71453bc279c179f jython-2.1.tar.bz2 1301528 +RMD160 94ae22604c1a816af7d066f2ed88b2abaf5c51d1 jython-2.1.tar.bz2 1301528 +SHA256 faa57a55d137268e80221cd628b234ca67de13504b813be1c0499c9f4d5872b2 jython-2.1.tar.bz2 1301528 |