[pypy-commit] lang-smalltalk default: increased minor version by one to be able to load shared libraries compiled with recent headers

lwassermann noreply at buildbot.pypy.org
Tue Jun 18 16:04:14 CEST 2013


Author: Lars Wassermann <lars.wassermann at gmail.com>
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);
- at expose_on_virtual_machine_proxy([int], int, minor=11)
+ at expose_on_virtual_machine_proxy([int], int, minor=12)
 def signalNoResume(n):
     print 'Called InterpreterProxy >> signalNoResume'
     raise ProxyFunctionFailed


More information about the pypy-commit mailing list