mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
correct previous commit so exec.py also can run in python 2 with empty global
[SVN r54652]
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# Software License, Version 1.0. (See accompanying
|
||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
if True:
|
||||
if 1:
|
||||
number = 42
|
||||
|
||||
Reference in New Issue
Block a user