-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Right now ./python -m test test_complex test_cmath
only partially cover implementation of the complex object. Some code/branches are just inaccessible (e.g. L135-136 or mask <= 0
on L166; line numbers are wrt to 54fbfa8). There are only indirect tests for C-API functions (e.g. PyComplex_RealAsDouble, PyComplex_ImagAsDouble).
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement