pyo3/pyo3-macros
Sergey Kvachonok 7a44aa1070 pyo3-macros-backend: Replace `pyo3-build-config` with `abi3` feature
Python 3.6 and older are not supported by the current PyO3 version,
so the removed interpreter version check was a no-op.

`pyo3_build_config::get()` attempts to read a config file from disk
when PyO3 is cross-compiling, which is probably bad for rust-analyzer
and other IDEs that attempt to sandbox the proc macro code.
2022-03-23 09:48:15 +03:00
..
docs docs: for #2234 2022-03-22 10:38:36 +00:00
src Merge pull request #2234 from davidhewitt/pyclass-args-refactor 2022-03-22 11:38:05 +00:00
Cargo.toml pyo3-macros-backend: Replace `pyo3-build-config` with `abi3` feature 2022-03-23 09:48:15 +03:00
LICENSE macros: rename crates for consistency 2020-12-20 06:39:28 +00:00