https://bz.apache.org/ooo/show_bug.cgi?id=127302
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from [email protected] --- This is a real issue, as I documented in this recent commit, where I worked around it differently, by forgetting it from the cache after saving: commit 1a9bb40f526ecd221fae80ff3d03543e39cd06fd Author: Damjan Jovanovic <[email protected]> Date: Wed Apr 29 05:31:07 2026 +0200 Forget Python modules from the cache after they are saved, so they get reloaded in the future. This is necessary as getModuleByUrl()'s self.sfa.getDateTimeModified() returns timestamps with all zeroes for documents (== ZIP files), breaking the test for whether the embedded Python file has been changed. Also even if it worked, the minimum granularity for timestamps in ZIP files is 2 seconds, which isn't good enough. -- You are receiving this mail because: You are the assignee for the issue.
