agronholm / cbor2

Python CBOR (de)serializer with extensive tag support
MIT License
226 stars 59 forks source link

Fix incorrect return type of raise_from() #238

Closed glaubitz closed 5 months ago

glaubitz commented 5 months ago

Fixes #236.

coveralls commented 5 months ago

Coverage Status

coverage: 93.542%. remained the same when pulling d59066471c54258a24654a4319f723eab663fabe on glaubitz:gcc14-fix into 8794b37854228f12f7e0fa5ae4b5e72084f9fd34 on agronholm:master.

agronholm commented 5 months ago

Would you mind adding a changelog note?

glaubitz commented 5 months ago

Sure.

glaubitz commented 5 months ago

Should be good now. I'll fix the changelog for #239 once this one is merged.

coveralls commented 5 months ago

Coverage Status

coverage: 93.542%. remained the same when pulling 887e8220c67e6fe18ff070948d76dd80c22b93e4 on glaubitz:gcc14-fix into 8794b37854228f12f7e0fa5ae4b5e72084f9fd34 on agronholm:master.

coveralls commented 5 months ago

Coverage Status

coverage: 93.542%. remained the same when pulling 39bd09d9a2140f86dd4ad76c52c34418e39aa8e3 on glaubitz:gcc14-fix into 8794b37854228f12f7e0fa5ae4b5e72084f9fd34 on agronholm:master.

agronholm commented 5 months ago

Thanks!