Commit 5acf60f6 authored by Perry Randall's avatar Perry Randall Committed by Facebook Github Bot

Back out "[thrift-py3] Fixed Long Standing issue with Clients causing aborts when used wrong"

Summary:
Original commit changeset: 4f59f6c3c8aa

This is to address segfaulting in instagram server tests

Reviewed By: fried

Differential Revision: D7368716

fbshipit-source-id: ef28fdc17fb72631550d81616c24498a3b3894a1
parent 9dfbfa1f
...@@ -13,7 +13,7 @@ cdef extern from "folly/Try.h" namespace "folly" nogil: ...@@ -13,7 +13,7 @@ cdef extern from "folly/Try.h" namespace "folly" nogil:
cdef extern from "folly/futures/Future.h" namespace "folly" nogil: cdef extern from "folly/futures/Future.h" namespace "folly" nogil:
cdef cppclass cFollyFuture "folly::Future"[T]: cdef cppclass cFollyFuture "folly::Future"[T]:
T get() pass
#TODO add via and then #TODO add via and then
cdef extern from "folly/Unit.h" namespace "folly": cdef extern from "folly/Unit.h" namespace "folly":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment