-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes needed to begin testing GraalPython #4328
Conversation
Very little works at present, there looks to be huge memory-leaks, and the test-suite runs very slowly. It definitely isn't worth adding anything on Github Actions at this stage. It's just designed to get over the initial hurdle so that it can be tested and improvements can be made if anyone is inlined.
Cython/Utility/ModuleSetupCode.c
Outdated
/* For very preliminary testing purposes. Most variables are set the same as PyPy. | ||
The existence of this section does not imply that anything works or is even tested */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment is deliberately written so that it doesn't get filtered out and it appears in the generated C. Just to discourage people from thinking that it's "supported"
Hi, is there any view to merging this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, forgot to approve this PR. LGTM !
Co-authored-by: Bluenix <bluenixdev@gmail.com>
Simple enough to be included, and gets some stuff working. Sure, let's get it in. |
Very little works at present, there looks to be huge memory-leaks,
and the test-suite runs very slowly. It definitely isn't worth adding
anything on Github Actions at this stage.
It's just designed to get over the initial hurdle so that it
can be tested and improvements can be made if anyone is
inclined.
Related to #4123