Commit c7ac877
authored
### Rationale for this change
e9b9042 added the workaround for Python 3.9 on Windows. However, PyArrow dropped Python 3.9 at aedb752. Per python/cpython@e822e37, this should be fine to be removed.
### What changes are included in this PR?
This PR proposes to remove obsolete snprintf workaround for Python 3.9 on Windows.
### Are these changes tested?
I tested locally but do not have Windows environment. I will rely on CI.
### Are there any user-facing changes?
No.
* GitHub Issue: #48355
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Adam Reeve <[email protected]>
1 parent fdcc647 commit c7ac877
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 35 | | |
0 commit comments