pyo3/.github/workflows
Tim Felgentreff 9a38e709bb
Basic GraalPy Support (#3247)
* graalpy: recognize graalpy implementation when building

* graalpy: global Ellipse, None, NotImplemented, True, and False are only available as pointers

* graalpy: PyObject struct is opaque, use functions for everything

* graalpy: missing many of the same functions as pypy

* graalpy: do not have 128bit conversion functions

* graalpy: add functions for datetime accessor macros

* graalpy: add implementations for list macro functions

* graalpy: skip tuple macros

* graalpy: always use extern Py_CompileString function

* graalpy: disable assertion that does not apply to graalpy

* graalpy: floatobject structure is opaque on graalpy

* graalpy: ignore gc dependent test

* graalpy: add CI config

* graalpy: run rust fmt

* graalpy: add changelog entry

* graalpy: discover interpreter on PATH

* graalpy: interpreter id is not applicable to graalpy (just like pypy)

* graalpy: skip tests that cannot work on GraalPy

* graalpy: fix constructing normalized Err instances

Co-authored-by: David Hewitt <mail@davidhewitt.dev>

* graalpy: correct capi library name, but skip rust tests due to missing symbols

* graalpy: no support for C extensions on windows in latest release

* graalpy: declare support versions

* graalpy: frame, code, method, and function objects access from C API is mostly missing

* graalpy: take care only to expose C structure that GraalPy allocates

* graalpy: Bail out if graalpy version is less than what we support

---------

Co-authored-by: David Hewitt <mail@davidhewitt.dev>
2024-03-25 18:54:52 +00:00
..
benches.yml ci: rework GitHub caching strategy (#3886) 2024-02-23 00:51:50 +00:00
build.yml Basic GraalPy Support (#3247) 2024-03-25 18:54:52 +00:00
cache-cleanup.yml ci: fixes to actions caches (#3970) 2024-03-19 08:14:42 +00:00
changelog.yml build(deps): bump actions/setup-python from 4 to 5 2023-12-11 20:04:18 +00:00
ci.yml Basic GraalPy Support (#3247) 2024-03-25 18:54:52 +00:00
gh-pages.yml docs: use `lychee` to check link URLs (#3941) 2024-03-08 14:10:47 +00:00