forked from microsoft/Pyjion
-
-
Notifications
You must be signed in to change notification settings - Fork 61
Redirection of microsoft/pyjion#237 #4
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add a dict merge test
…the error branches not being followed.
Implement the LOAD_ASSERTION_ERROR operator
… the system really brittle. Correct the stack effect for POP_EXCEPT. Start to organize the compiler tests as they start to work again.
…ls (which seem to be an issue related).
… functional. but it will fall back to EFD.
…ck is in the wrong sequence at present.
Verify rot_x behaviour
…n code is being executed, which means that nested functions, list, set and dict comprehensions all get properly tested. Will unearth all the bugs that are found in integration testing.
… to retain the stack sequence before and after. Fix another bug in MAP_ADD where the actual stack sequence after the operation doesn't match the CPython docs.
… are being called with
…in the frame and impact the second call
Bypass the stack probe on Linux/macOS
…rame and cause an overflow exception
….9 doesn't come with the _testinternalcapi module and some of the tests fail. See https://bugs.python.org/issue40754
26 tasks
I've been loosely following this project with high hopes of seeing a JIT API PEP (or some foundations of) being accepted. Why was the microsoft repo archived and this is the source of truth now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Redirection of the microsoft#237 PR into this fork.