hazelcast / hazelcast/hazelcast-python-client
Refactor error handling in the serialization service
Open
Source: Internal
Type: Cleanup
- Dominant language
- Python
- Stars
- 116
- Forks
- 78
- Avg merge
- 10d 22h
- Merged PRs (30d)
- 1
Description
The error handling code around the serialization service is pretty bad.
We are relying on the sys.exc_info() in so many unnecessary places, and the code around the places we re-raise exceptions can be improved.
Contributor guide
Assessment
This issue has not been assessed yet.