Skip to content

looks like begin/end missed here? #306

@Alexey-T

Description

@Alexey-T
  S := PyObject_Str( obj );
  if Assigned(S) and PyUnicode_Check(S) then
    W := PyUnicodeAsString(S);
    Result := string(W);
  Py_XDECREF(S);
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions