| 1217 | date.strptime('02-29,2024', '%m-%d,%Y') |
| 1218 | |
| 1219 | class SubclassDate(date): |
| 1220 | sub_var = 1 |
| 1221 | |
| 1222 | class TestDate(HarmlessMixedComparison, unittest.TestCase): |
| 1223 | # Tests here should pass for both dates and datetimes, except for a |
no outgoing calls
searching dependent graphs…