Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-29602: fix signed zero handling in complex constructor #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2017

Conversation

mdickinson
Copy link
Member

Backport of #203 to Python 3.6 branch.

  • Fix incorrect handling of signed zeros for complex-related classes.

  • Add Misc/NEWS entry.

(cherry picked from commit 112ec38)

* Fix incorrect handling of signed zeros for complex-related classes.

* Add Misc/NEWS entry.

(cherry picked from commit 112ec38)
@mdickinson mdickinson added cherry-pick for 3.6 type-bug An unexpected behavior, bug, or error labels Feb 20, 2017
@mdickinson mdickinson merged commit d9b3cdd into python:3.6 Feb 20, 2017
@mdickinson mdickinson deleted the bpo-29549-backport-to-3.6 branch February 20, 2017 21:59
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 13, 2019
Fix the error handling of the Python implementation of function-object
pickling.
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 20, 2019
Fix the error handling of the Python implementation of function-object
pickling.
(cherry picked from commit ee58616)
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants