python-asn1 2.7.0 adds context manager support for asn1.Encoder. PyIMG4's parsing code can be updated to utilize this.
There is also a version by @dhinakg here that implements context manager support for asn1.Decoder, which could also be included in PyIMG4's source (though I'd rather a fork is made first).
python-asn1
2.7.0 adds context manager support forasn1.Encoder
. PyIMG4's parsing code can be updated to utilize this.There is also a version by @dhinakg here that implements context manager support for
asn1.Decoder
, which could also be included in PyIMG4's source (though I'd rather a fork is made first).