Skip to content

Syntax error in _core.py line 16609 __biltins__.True = 1==1 #42

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. start a new python 64-bit window (Python 3.4.3)
2. import winpdb
3.

What is the expected output? What do you see instead?
winpdb.py line 322 import wx
rpdb2.py line 13487 m = g_import(*args, **kwargs)
__init__.py line 45 from wx._core import *
_core.py line 16609 __builtins__.True 1==1

What version of the product are you using? On what operating system?
I'm using winpdb 1.4.8 with Python 3.4.3 under Windows 7

Please provide any additional information below.
I've tried:
import builtins
getattr(builtins, 'True')
and it works, returning 'True' as a result

Original issue reported on code.google.com by [email protected] on 15 Jul 2015 at 4:16

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions