Author: Lars Wassermann <[email protected]>
Branch: 
Changeset: r455:568172d7577c
Date: 2013-06-14 16:54 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/568172d7577c/

Log:    increased minor version by one to be able to load shared libraries
        compiled with recent headers

diff --git a/spyvm/interpreter_proxy.py b/spyvm/interpreter_proxy.py
--- a/spyvm/interpreter_proxy.py
+++ b/spyvm/interpreter_proxy.py
@@ -996,7 +996,7 @@
     print 'Called InterpreterProxy >> sizeOfAlienData'
     raise ProxyFunctionFailed
 #   usqInt (*sizeOfAlienData)(sqInt);
-@expose_on_virtual_machine_proxy([int], int, minor=11)
+@expose_on_virtual_machine_proxy([int], int, minor=12)
 def signalNoResume(n):
     print 'Called InterpreterProxy >> signalNoResume'
     raise ProxyFunctionFailed
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to