File: ACKNOWLEDGEMENTS

package info (click to toggle)
rust-pyo3-ffi 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 756 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
This is a Rust reimplementation of the CPython public header files as necessary
for binary compatibility, with additional metadata to support PyPy.

For original implementations please see:
 - https://github.com/python/cpython
 - https://github.com/pypy/pypy