This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, terry.reedy, zach.ware
Date 2021-09-30.12:08:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633003729.17.0.865954500052.issue45229@roundup.psfhosted.org>
In-reply-to
Content
Seems this is not a new bug:

$ ./python -m test test_datetime test_datetime -m test_divide_and_round
0:00:00 load avg: 2.36 Run tests sequentially
0:00:00 load avg: 2.36 [1/2] test_datetime
0:00:00 load avg: 2.36 [2/2] test_datetime
test test_datetime failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython3.9/Lib/test/datetimetester.py", line 88, in test_divide_and_round
    dar = datetime_module._divide_and_round
AttributeError: module 'datetime' has no attribute '_divide_and_round'

test_datetime failed (1 error)

== Tests result: FAILURE ==


But for some causes it was not reproduced with refleak tests.
History
Date User Action Args
2021-09-30 12:08:49serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, lukasz.langa, zach.ware, pablogsal, miss-islington
2021-09-30 12:08:49serhiy.storchakasetmessageid: <1633003729.17.0.865954500052.issue45229@roundup.psfhosted.org>
2021-09-30 12:08:49serhiy.storchakalinkissue45229 messages
2021-09-30 12:08:49serhiy.storchakacreate