File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ A brief description of the categories of changes:
2525[ x.x.x ] : https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
2626
2727### Changed
28- * Nothing yet
28+ * (toolchains) ` py_runtime.implementation_name ` now defaults to ` cpython `
29+ (previously it defaulted to None).
2930
3031### Fixed
3132* (bzlmod) correctly wire the {attr}` pip.parse.extra_pip_args ` all the
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ runtime. For a platform runtime this attribute must not be set.
226226 ),
227227 "implementation_name" : attr .string (
228228 doc = "The Python implementation name (`sys.implementation.name`)" ,
229+ default = "cpython" ,
229230 ),
230231 "interpreter" : attr .label (
231232 # We set `allow_files = True` to allow specifying executable
You can’t perform that action at this time.
0 commit comments