Commit 77b6aa7
committed
IECoreBinding : Use
MSVC has `SSIZE_T`, but not `ssize_t`, which is not part of the standard
it seems. Python's `pyport.h` file does a `typedef` for it, but
something must have changed between Python `3.7` and `3.10` that causes
that to not be included from what we're using. It does seem that the
official recommendation is to use `Py_ssize_t` now.Py_ssize_t
1 parent 5dedde4 commit 77b6aa7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments