[
https://issues.apache.org/jira/browse/ARROW-6757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029368#comment-17029368
]
Antoine Pitrou commented on ARROW-6757:
---------------------------------------
Ha, that could very well be the explanation. In any case, it looks wrong for it
to be hard-coded like this.
> [Python] Creating csv.ParseOptions() causes "Windows fatal exception: access
> violation" with Visual Studio 2017
> ---------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-6757
> URL: https://issues.apache.org/jira/browse/ARROW-6757
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
>
> I encountered this when trying to verify the release with MSVC 2017. It may
> be particular to this machine or build (though it's 100% reproducible for
> me). I will check the Windows wheels to see if it occurs there, too
> {code}
> (C:\tmp\arrow-verify-release\conda-env) λ python
> Python 3.7.3 | packaged by conda-forge | (default, Jul 1 2019, 22:01:29)
> [MSC v.1900 64 bit (AMD64)] :: Anaconda, Inc. on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pyarrow.csv as pc
> >>> pc.ParseOptions()
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)