----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9320/ -----------------------------------------------------------
(Updated Feb. 7, 2013, 2:15 a.m.) Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler. Changes ------- Add Python header comment to all relevant places. Summary (updated) ----------------- Fix Python header build warnings. Description ------- Python.h is a finicky header file. Include it before iostream. Relevant documentation: http://docs.python.org/2/c-api/intro.html#include-files This addresses bug MESOS-271. https://issues.apache.org/jira/browse/MESOS-271 Diffs (updated) ----- src/python/native/mesos_executor_driver_impl.cpp f7930fb src/python/native/mesos_scheduler_driver_impl.cpp 00a08f9 src/python/native/module.hpp c0ec442 src/python/native/module.cpp 7e34356 src/python/native/proxy_executor.hpp 1af3847 src/python/native/proxy_executor.cpp 2767e0a src/python/native/proxy_scheduler.hpp fb492c7 src/python/native/proxy_scheduler.cpp 8bf368d Diff: https://reviews.apache.org/r/9320/diff/ Testing ------- make check passes. Thanks, David Mackey
