Commits

Wes McKinney authored 390fa7aaab3
ARROW-842: [Python] Recognize pandas.NaT as null when converting object arrays with from_pandas=True This has been the root cause of a number of bugs. I'm unclear if there's a race condition with tearing down a `static OwnedRef` so we might need some other approach to managing symbols imported from various Python modules Closes #7537 from wesm/ARROW-842 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>