Skip to content
Snippets Groups Projects

vtkPythonUtil: check vtk python map valid

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • David Gobbi
  • 781 782 void *vtkPythonUtil::GetPointerFromSpecialObject(
    782 783 PyObject *obj, const char *result_type, PyObject **newobj)
    783 784 {
    785 if (vtkPythonMap == NULL)
    786 {
    787 return NULL;
  • Thanks for the review. Will submit an updated patch shortly.

  • Added 1 commit:

    • d382a3be - BUG: vtkPythonUtil: Check if vtkPythonMap is valid
  • Basic content checks passed!

    Changes since last check: compare

    Branch-at: d382a3be
    Acked-by: @kwrobot

  • Here is a revised version

    (Fun fact: Pushed from the airplane using available free wifi. I only add to change the pushurl to use https protocol)

  • Do: test

  • Testing commands handed to buildbot.

    Branch-at: d382a3be

  • Your merge request has been queued for testing. You may view the test results on CDash or Buildbot.

    Branch-at: d382a3be

  • +2 Looks fine to me.

  • @dgobbi Thanks for your help.

    do: merge

  • Warning: Proper spelling for commands is 'Do:'. Accepting command anyways.

    Branch successfully merged and pushed!

  • mentioned in commit 0b44c593

  • Kitware Robot Status changed to merged

    Status changed to merged

  • Mentioned in commit 0b44c593

  • Please register or sign in to reply
    Loading