bpo-29602: fix signed zero handling in complex constructor. by mdickinson · Pull Request #203 · python/cpython
added 2 commits
mdickinson added a commit to mdickinson/cpython that referenced this pull request
* Fix incorrect handling of signed zeros for complex-related classes. * Add Misc/NEWS entry. (cherry picked from commit 112ec38)
mdickinson added a commit to mdickinson/cpython that referenced this pull request
* Fix incorrect handling of signed zeros for complex-related classes. * Add Misc/NEWS entry. (cherry picked from commit 112ec38)
This was referenced
mdickinson added a commit that referenced this pull request
) * Fix incorrect handling of signed zeros for complex-related classes. * Add Misc/NEWS entry. (cherry picked from commit 112ec38)
mdickinson added a commit that referenced this pull request
) * Fix incorrect handling of signed zeros for complex-related classes. * Add Misc/NEWS entry. (cherry picked from commit 112ec38)
akruis added a commit to akruis/cpython that referenced this pull request
akruis added a commit to akruis/cpython that referenced this pull request
jaraco added a commit to jaraco/cpython that referenced this pull request
…tion of resources from adjacent modules, even those not found in a package. Fixes python#203.