Accept any mapping for os.execve env argument#7141
Accept any mapping for os.execve env argument#7141youknowone wants to merge 2 commits intoRustPython:mainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
|
Code has been automatically formatted The code in this PR has been formatted using:
git pull origin execve |
Change env parameter from PyDictRef to ArgMapping so that EnvironmentVarGuard and other mapping types are accepted.
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] lib: cpython/Lib/re dependencies:
dependent tests: (60 tests)
[x] lib: cpython/Lib/threading.py dependencies:
dependent tests: (112 tests)
[ ] test: cpython/Lib/test/test_unicodedata.py (TODO: 18) dependencies: dependent tests: (no tests depend on unicode) [x] lib: cpython/Lib/urllib dependencies:
dependent tests: (27 tests)
Legend:
|
Change env parameter from PyDictRef to ArgMapping so that EnvironmentVarGuard and other mapping types are accepted.