Nicholas Sim
Nicholas Sim
I've started implementing this, and ran into a couple of questions: 1. Do we want to mark the `Py_DEPRECATED` functions in any way? I'm not sure whether this is useful...
A number of the comments read: ``` needs adjustment for Python 3.3 and 3.5 ``` https://github.com/PyO3/pyo3/blob/3f093d9e59df0140f6c3a0abbb6acaa439687b7f/src/ffi/mod.rs#L143 As we don't support Python 3.5 any longer (let alone 3.3), shall I remove...
I don't have time to make a PR right now, but wanted to note that last week some of the header files have moved in CPython again. There are a...
Hi @sfackler, I've run into the same issue but found this before writing my own code. Is this currently WIP? I'd be happy to help out if so.
Possible duplicate of #276