Roundup Tracker - Issues

Issue 2551396

classification
Use of os.path.stat.ST_MTIME in python 3.13 crashes roundup on windows
Type: crash Severity: major
Components: Web interface Versions:
process
Status: new
:
: rouilj : randy, rouilj
Priority: high :

Created on 2025-01-30 22:49 by rouilj, last changed 2025-01-30 22:49 by rouilj.

Messages
msg8334 Author: [hidden] (rouilj) Date: 2025-01-30 22:49
On IRC Randy reported a crash with Roundup 2.4 running under windows Python 3.13.

Around 15:08.21 a fix was proposed (with Bitdancer's help):

  add "import stat" at top of engine_zopetal.py
  then change "os.path.stat.ST_MTIME" to stat.ST_MTIME

It looks like os.path.stat was removed as part of the windows build somehow.
Bitdancer reported that it did work with Python 3.13 on Unix, which explains
why CI didn't catch this.

Possible bug in ntpath module? Consider checking/submitting upstream.

Randy reported that the fix worked around 15:54.

See: https://github.com/rouilj/RoundupIrcLog/blob/master/roundup/2025-01-30.md
for details.
History
Date User Action Args
2025-01-30 22:49:40rouiljcreate