[pypy-commit] pypy py3k: backout 631a86b75fe6: CO_CONTAINSGLOBALS was killed

pjenvey noreply at buildbot.pypy.org
Sat Apr 27 23:58:25 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r63708:3adfaa9d590f
Date: 2013-04-27 14:57 -0700
http://bitbucket.org/pypy/pypy/changeset/3adfaa9d590f/

Log:	backout 631a86b75fe6: CO_CONTAINSGLOBALS was killed

diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py
--- a/lib-python/3/test/test_dis.py
+++ b/lib-python/3/test/test_dis.py
@@ -218,7 +218,7 @@
 Kw-only arguments: 0
 Number of locals:  1
 Stack size:        4
-Flags:             OPTIMIZED, NEWLOCALS, NOFREE, 0x80000
+Flags:             OPTIMIZED, NEWLOCALS, NOFREE
 Constants:
    0: %r
    1: '__func__'
@@ -285,7 +285,7 @@
 Kw-only arguments: 0
 Number of locals:  1
 Stack size:        8
-Flags:             OPTIMIZED, NEWLOCALS, NESTED, 0x80000
+Flags:             OPTIMIZED, NEWLOCALS, NESTED
 Constants:
    0: None
 Names:
@@ -307,7 +307,7 @@
 Kw-only arguments: 0
 Number of locals:  0
 Stack size:        2
-Flags:             NOFREE, 0x80000
+Flags:             NOFREE
 Constants:
    0: 1
 Names:
@@ -320,7 +320,7 @@
 Kw-only arguments: 0
 Number of locals:  0
 Stack size:        2
-Flags:             NOFREE, 0x80000
+Flags:             NOFREE
 Constants:
    0: 1
    1: None
@@ -334,7 +334,7 @@
 Kw-only arguments: 0
 Number of locals:  0
 Stack size:        2
-Flags:             NOFREE, 0x80000
+Flags:             NOFREE
 Constants:
    0: 0
    1: 1


More information about the pypy-commit mailing list