Skip to content

TypeError: class must have base classes #51

@alanjds

Description

@alanjds

google#341 opened by @m4ns0ur on Jul 1, 2017

any transcompiled simple (empty) python class, raising same error:

TypeError: class must have base classes

to reproduce the issue, create a python file with below code, then transcompile, and run:

class c:
    pass

it is happening because of a sanity check here, anyway it needs more investigation to see why base class is empty there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    importedImported from google/grumpypy3kRelated with Python 3 support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions