Conversation
Copy link
Copy Markdown
Member
Several typing improvments:
msgspec.msgpack.Encnow accepts all buffers, not justbytes | memoryview | bytearray. I've added a runtime test to proove that- Renamed
Tand other typing-only utils to be protected names:Tand_enc_hook_sigcan't be imported frommsgspec.msgpackin runtime
Copy link
Copy Markdown
Member
Same things seem to apply to json.pyi. Do you wanna add that to this PR?
Copy link
Copy Markdown
Member Author
I would prefer to analyze all modules one by one, there are multiple type errors there as well :)