Custom Query (2551 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2551)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#4090 fixed Get rid of unnecessary __future__ imports GitHub <noreply@…> itamarst
#4088 fixed Disable C-based CBOR encoding GitHub <noreply@…> itamarst
Description

cbor2 5.6 has some issues, better to stick to the safer Python decoder

The downside is that it will be slower.

#4087 fixed cbor2 encoding of >65KiB strings fails (on some systems) meejah
Description

On at least one of my systems, doing this fails:

cbor2.loads(cbor2.dumps(b"\x12" * 65538))

...with _cbor2.CBORDecodeEOF: premature end of stream (expected to read 65536 bytes, got 2 instead)

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.