Conversation
Co-authored-by: Jeong YunWon <69878+youknowone@users.noreply.github.com>
stdlib/src/locale.rs
Outdated
|
|
||
| #[pyfunction] | ||
| fn localeconv(vm: &VirtualMachine) -> PyResult<PyStrRef> { | ||
| let result = unsafe { libc::localeconv() }; |
There was a problem hiding this comment.
In the current Windows version of the libc crate, this function and its return type are both missing.
|
I don't think this particular module belongs in the I think it should belong in the |
|
@fanninpm Interesting. Does I usually check Yes, so this belongs in |
Let's see: The Python docs say that the
|
|
Thanks! I didn't know that. |
|
Thank you for contributing. This is not implemented by #4558 |
No description provided.