[pypy-commit] lang-smalltalk default: this assertion is not true

timfel noreply at buildbot.pypy.org
Fri Jan 17 14:45:37 CET 2014


Author: Tim Felgentreff <timfelgentreff at gmail.com>
Branch: 
Changeset: r586:7a217be69118
Date: 2014-01-17 13:01 +0100
http://bitbucket.org/pypy/lang-smalltalk/changeset/7a217be69118/

Log:	this assertion is not true

diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py
--- a/spyvm/interpreter.py
+++ b/spyvm/interpreter.py
@@ -356,7 +356,6 @@
 
     def _sendSelector(self, w_selector, argcount, interp,
                       receiver, receiverclassshadow):
-        assert isinstance(w_selector, model.W_BytesObject)
         if interp.should_trace():
             print "%sSending selector %r to %r with: %r" % (
                 interp._last_indent, w_selector.as_repr_string(), receiver,


More information about the pypy-commit mailing list