Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 6fb416989 -> 15e78b28a


Remove the inline from WindowedValue.create()


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1fc9f70b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1fc9f70b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1fc9f70b

Branch: refs/heads/python-sdk
Commit: 1fc9f70bfeec18d62a4141a44f3bbd40151efd85
Parents: 6fb4169
Author: Ahmet Altay <al...@google.com>
Authored: Fri Nov 11 11:43:18 2016 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Nov 11 11:43:18 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/windowed_value.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1fc9f70b/sdks/python/apache_beam/utils/windowed_value.pxd
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/windowed_value.pxd 
b/sdks/python/apache_beam/utils/windowed_value.pxd
index 8799914..41c2986 100644
--- a/sdks/python/apache_beam/utils/windowed_value.pxd
+++ b/sdks/python/apache_beam/utils/windowed_value.pxd
@@ -34,5 +34,5 @@ cdef class WindowedValue(object):
   cdef inline bint _typed_eq(WindowedValue left, WindowedValue right) except? 
-2
 
 @cython.locals(wv=WindowedValue)
-cdef inline WindowedValue create(
+cdef WindowedValue create(
   object value, int64_t timestamp_micros, object windows)

Reply via email to