Files
RustPython/vm
Dean Li c56db2fafa os: fix putenv
Check key and value before calling `env::set_var`

From doc of `env::set_var`,
```

This function may panic if `key` is empty, contains an ASCII equals sign
`'='` or the NUL character `'\0'`, or when the value contains the NUL
character.
```
2021-10-20 23:15:39 +08:00
..
2021-04-11 17:38:44 -05:00
2021-10-02 22:20:31 -05:00
2021-10-20 23:15:39 +08:00
2018-07-07 17:14:45 +02:00
2021-10-01 01:54:04 +09:00
2021-10-01 01:54:04 +09:00