◐ Shell
clean mode source ↗

bpo-29602: fix signed zero handling in complex constructor by mdickinson · Pull Request #204 · python/cpython

and others added 2 commits

February 20, 2017 20:42

serhiy-storchaka

@serhiy-storchaka serhiy-storchaka changed the title bpo-29549: fix signed zero handling in complex constructor bpo-29602: fix signed zero handling in complex constructor

Feb 20, 2017

serhiy-storchaka

akruis added a commit to akruis/cpython that referenced this pull request

Jan 13, 2019
…ain tasklet

Fix issue python#204 and bpo-24596. Now the special SystemExit handling is used
for non-main tasklets of the main-thread of the primary interpreter only.
A test case is in upstream commit d8cba5d (not yet merged).

akruis added a commit to akruis/cpython that referenced this pull request

Jan 20, 2019
…ain tasklet

Fix issue python#204 and bpo-24596. Now the special SystemExit handling is used
for non-main tasklets of the main-thread of the primary interpreter only.
A test case is in upstream commit e1ebf51 (not yet merged).

(cherry picked from commit 34768b4)

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023