seznam/fastrpc

Make Binary, Boolean, DateTime, LocalTime and UTCTime subclassable

Opened this issue · 0 comments

FastRPC internal structure can't be subclassable (cause of bad PEP-253 implementation, see "Preparing a type for subtyping" paragraph). So programmer literally can't extend any of this structures with some extra properties or methods.