| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists. You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file. WalkthroughA new _is_gil_enabled() function was added to the sys module as a Python-exposed const function that returns false, indicating the GIL is not implemented in this environment. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
|
|
||
| # TODO: RUSTPYTHON, AtExit.__del__ is not invoked because module destruction is missing. | ||
| @unittest.expectedFailure | ||
| @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: False is not true |
There was a problem hiding this comment.
It seems like
sysconfig.get_config_var('Py_GIL_DISABLED')returns None (should return 1)
Sorry, something went wrong.
|
Currently fn exit in sys.rs is not checking the range of exit code. Checking it and return -1 for overflow will fix the failing test_exit |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.