[pypy-svn] pypy out-of-line-guards-2: use an out of line guard

fijal commits-noreply at bitbucket.org
Fri Apr 15 14:05:21 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: out-of-line-guards-2
Changeset: r43389:82bddec49cab
Date: 2011-04-15 13:44 +0200
http://bitbucket.org/pypy/pypy/changeset/82bddec49cab/

Log:	use an out of line guard

diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b/pypy/objspace/std/typeobject.py
@@ -85,6 +85,7 @@
                           'nslots',
                           'instancetypedef',
                           'terminator',
+                          '_version_tag?',
                           ]
 
     # for config.objspace.std.getattributeshortcut


More information about the Pypy-commit mailing list