Message8334
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. |
|
Date |
User |
Action |
Args |
2025-01-30 22:49:40 | rouilj | set | recipients:
+ rouilj, randy |
2025-01-30 22:49:40 | rouilj | set | messageid: <1738277380.2.0.678278912704.issue2551396@roundup-tracker.org> |
2025-01-30 22:49:40 | rouilj | link | issue2551396 messages |
2025-01-30 22:49:40 | rouilj | create | |
|