Skip to content

Depreciation: empty ast.Call() to be depreciated in python 3.15 #318

@kennykos

Description

@kennykos

The following line

call_obj= ast.Call()

throws the warning

  <path-to-pykokkos>/pykokkos/pykokkos/core/parsers/parser.py:306: DeprecationWarning: Call.__init__ missing 1 required positional argument: 'func'. This will become an error in Python 3.15.
    call_obj= ast.Call()

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