Skip to content

Subclassing not properly defined #382

Closed
@tomekkosinski

Description

@tomekkosinski

if issubclass( Form, CustomForm ):
print('yeee')
else:
print('nope') # always here

It seems that tp_base of the inherited class is not set.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions