enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Fixes from investigating #1117 #1149

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

These are some drive-by fixes from issues found when investigating #1117. None of these actually fix the issue, however.

The changes to the state-saving code don't impact the file format, as no changes are needed for the reader (it can happily ingest both QByteArray and bytes objects).