Closed adang1345 closed 1 year ago
This fixes #356 where calling generate_checksum() or set_data_bytes() will leave behind a lock on the PE file if we're running PyPy.
generate_checksum()
set_data_bytes()
Thank you!
This fixes #356 where calling
generate_checksum()
orset_data_bytes()
will leave behind a lock on the PE file if we're running PyPy.