Gyubong Lee
Gyubong Lee
# Related links * Python codes are copy-pasted from CPython. - https://github.com/python/cpython/pull/30017 - [Python documentation](https://docs.python.org/ko/3.11/library/functools.html#functools.singledispatch)
- Update locale lib, tests - Add `is_emscripten`, `is_wasi` to `Lib/test/support` for support locale lib tests - Add `locale.getencoding` implemented in cpython 3.11 # Related links * Python codes are...
## CPython (Expected result) ``` >>> class NoHash(object): ... __hash__ = None ... >>> hash(NoHash()) Traceback (most recent call last): File "", line 1, in TypeError: unhashable type: 'NoHash' ```...
- This PR set env_logger's log level to `trace` when "vm-tracing-logging" feature is enabled. - This PR enables to pass the "vm-tracing-logging" feature when to build rustpython like below command...
As I mentioned in the raft-rs Slack channel before, I think it would be very useful if users could see their byte slice information like Entry's `context`, `data`. I think...
**Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [ ] Mention to the original issue - [ ] Installer updates including: - Fixtures for...
This PR aims to resolve the distribution locking issues by integrating [Raftify](https://github.com/lablup/raftify) with Backend.AI manager (based on GlobalTimer operating by Raft algorithm). Any kind of feedback is welcome. This PR...
**Checklist:** (if applicable) - [ ] Milestone metadata specifying the target backport version - [ ] Mention to the original issue - [ ] Installer updates including: - Fixtures for...