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 pablogsal
Recipients lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, terry.reedy, zach.ware
Date 2021-09-30.10:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632998359.83.0.534119725301.issue45229@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately, this PR28615 seems to have broken a bunch of buildbots. For instance:

https://buildbot.python.org/all/#/builders/75/builds/172/steps/5/logs/stdio

```
test_divide_and_round (test.datetimetester.TestModule_Pure) ... ok
test_divide_and_round (test.datetimetester.TestModule_Fast) ... skipped 'Only run for Pure Python implementation'
----------------------------------------------------------------------
Ran 2 tests in 0.000s
OK (skipped=1)
test_divide_and_round (test.datetimetester.TestModule_Pure) ... ERROR
.test test_datetime failed
test_divide_and_round (test.datetimetester.TestModule_Fast) ... skipped 'Only run for Pure Python implementation'
======================================================================
ERROR: test_divide_and_round (test.datetimetester.TestModule_Pure)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/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'
----------------------------------------------------------------------
Ran 2 tests in 0.003s
FAILED (errors=1, skipped=1)
1 test failed again:
    test_datetime
== Tests result: FAILURE then FAILURE ==
```
History
Date User Action Args
2021-09-30 10:39:20pablogsalsetrecipients: + pablogsal, terry.reedy, lukasz.langa, zach.ware, serhiy.storchaka, miss-islington
2021-09-30 10:39:19pablogsalsetmessageid: <1632998359.83.0.534119725301.issue45229@roundup.psfhosted.org>
2021-09-30 10:39:19pablogsallinkissue45229 messages
2021-09-30 10:39:19pablogsalcreate