Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Bug report
Bug description:
./python -m test -v test_strptime== CPython 3.13.0a5+ (heads/main:ac45766673, Apr 8 2024, 23:14:32) [GCC 9.4.0]== Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.31 little-endian== Python build: debug== cwd: /home/eclips4/CLionProjects/cpython/build/test_python_worker_28987æ== CPU count: 16== encodings: locale=UTF-8 FS=utf-8== resources: all test resources are disabled, use -u option to unskip testsUsing random seed: 31039786300:00:00 load avg: 29.90 Run 1 test sequentially0:00:00 load avg: 29.90 [1/1] test_strptimetest_TimeRE_recreation_locale (test.test_strptime.CacheTests.test_TimeRE_recreation_locale) ... sys:1: DeprecationWarning: Parsing dates involving a day of month without a year specified is ambiguiousand fails to parse leap day. The default behavior will change in Python 3.15to either always raise an exception or to use a different default year (TBD).To avoid trouble, add a specific year to the input & format.See https://github.com/python/cpython/issues/70647.skipped 'test needs de_DE.UTF8 locale'
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux