Skip to content

bpo-29704: Fix asyncio.SubprocessStreamProtocol closing #415

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

Closed
wants to merge 70 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
c2328ec
[backport to 3.6] Support "bpo-" in Misc/NEWS (#42)
Mariatta Feb 12, 2017
89b1824
bpo-27122: Fix comment to point to correct issue number (#48)
berkerpeksag Feb 12, 2017
308f789
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22)
Mariatta Feb 12, 2017
f66c81f
[backport to 3.6] bpo-28929: Link the documentation to its source fil…
Mariatta Feb 12, 2017
89ddffb
bpo-29438: fixed use-after-free in key sharing dict (#39)
methane Feb 13, 2017
2d0c228
A few README tweaks (#73) (#79)
Mariatta Feb 13, 2017
0230e64
bpo-28556: Various updates to typing (#28) (#77)
Mariatta Feb 14, 2017
9268855
Fix some sphinx warnings (#9) (#81)
Mariatta Feb 14, 2017
db3deb9
bpo-29521 Fix two minor documentation build warnings (#41) (#83)
Mariatta Feb 14, 2017
7d5587e
Update URL of Mersenne Twister Home Page (#20) (#115)
methane Feb 15, 2017
1e8cc88
Backport master's README.rst to 3.6 (GH-86)
zware Feb 15, 2017
7224a04
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)
Mariatta Feb 15, 2017
02e3357
bpo-29521 update Misc/ACKS (#110)
Mariatta Feb 15, 2017
b300c66
Backport36 doc fixes: PR#68 and PR#124 (#125)
vstinner Feb 15, 2017
d372cda
bpo-29579: Removes readme.txt from the installer. (#161)
zooba Feb 19, 2017
0683d68
[3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153)
ncoghlan Feb 19, 2017
3337d33
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25)
methane Feb 19, 2017
b121d73
Tweak PEP 519 documentation in stdlib (#164)
berkerpeksag Feb 19, 2017
7970cd4
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-…
methane Feb 20, 2017
a4afdfc
Change some mercurial/ hg.python.org references. (#8) (#185)
orsenthil Feb 20, 2017
9a4577a
bpo-29347: Fix possibly dereferencing undefined pointers when creatin…
zhangyangyu Feb 20, 2017
ce552e2
bpo-24274: fix erroneous comment in dictobject.c (GH-200)
methane Feb 20, 2017
d9b3cdd
bpo-29602: fix signed zero handling in complex constructor. (#203) (#…
mdickinson Feb 20, 2017
51a477c
doc: fix compile error on "shoddy" example extension (GH-216)
methane Feb 21, 2017
e48fd93
bpo-29532: Altering a kwarg dictionary passed to functools.partial() …
serhiy-storchaka Feb 21, 2017
3ab24bd
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
methane Feb 21, 2017
9b49133
bpo-29453: Remove reference to undefined dictionary ordering in Tutor…
Mariatta Feb 21, 2017
e9c0e55
[3.6] Add .codecov.yml (#210)
berkerpeksag Feb 21, 2017
b067a5e
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
berkerpeksag Feb 22, 2017
3cc5817
Fixed bpo-29565: Corrected ctypes passing of large structs by value o…
vsajip Feb 22, 2017
55b82e1
bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)
153957 Feb 23, 2017
2197eac
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#…
berkerpeksag Feb 23, 2017
f2beceb
bpo-29624: Adds purge step and layout test after uploading files. (#2…
zooba Feb 23, 2017
0a1b656
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
warsaw Feb 24, 2017
f28db60
[3.6] Fix small typos in expressions.rst (GH-276) (GH-281)
Mariatta Feb 25, 2017
bea9d2f
[3.6] bpo-28556: Update to typing: treat subscripted generics as prox…
Mariatta Feb 25, 2017
814213b
[3.6] Backport README.rst changes (GH-294)
Mariatta Feb 25, 2017
1a8dd94
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
Mariatta Feb 26, 2017
b002328
Fix small typos in introduction and datastructures of tutorial (GH-27…
Mariatta Feb 26, 2017
91c499f
mark various test data binary (#233) (#304)
benjaminp Feb 26, 2017
fae59e1
bpo-28961: Address my comments from earlier code review (#306)
berkerpeksag Feb 26, 2017
5c7b8f4
Backport recent .travis.yml changes (#308)
berkerpeksag Feb 26, 2017
7333d17
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-…
Mariatta Feb 26, 2017
1457984
bpo-22594: Add a link to the regex module in re documentation (GH-241…
Mariatta Feb 26, 2017
893e86e
bpo-29121: Remove outdated documentation about transactions (#313) (#…
berkerpeksag Feb 26, 2017
76995ca
bpo-28518: Start a transaction implicitly before a DML statement (#24…
berkerpeksag Feb 26, 2017
deea29e
bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)
Mariatta Feb 26, 2017
6b81003
bpo-28624: Add a test that checks that cwd parameter of Popen() accep…
berkerpeksag Feb 26, 2017
c9131b6
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
methane Feb 26, 2017
7e4897a
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
Mariatta Feb 26, 2017
4b6c417
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (…
zhangyangyu Feb 27, 2017
8aa1ad8
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)
zhangyangyu Feb 27, 2017
bc10e6b
Asyncio documentation: remove `self` from method signatures (GH-334) …
Mariatta Feb 27, 2017
046041e
Delete accidentally merged entries from Misc/NEWS (#338)
berkerpeksag Feb 27, 2017
53039ad
bpo-28598: Support __rmod__ for RHS subclasses of str in % string for…
mjpieters Feb 27, 2017
bb59d89
bpo-27788 : synchronise platform.py version number (#246) (#341)
berkerpeksag Feb 27, 2017
7accf20
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
berkerpeksag Feb 27, 2017
c4a786b
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (G…
zhangyangyu Feb 28, 2017
d413aa7
Disable mention-bot for maintenance branches (GH-365)
dstufft Mar 1, 2017
8458b2b
correct documentation for enum.html (GH-358) (GH-367)
Mariatta Mar 1, 2017
1b93ed4
Fixed a handful of typos (GH-343) (GH-364)
Mariatta Mar 1, 2017
023532e
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH…
methane Mar 1, 2017
b05d48e
email.compat32-message.rst: Fix typo in the word `message` (GH-379) (…
Mariatta Mar 1, 2017
784ba7c
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
dstufft Mar 2, 2017
65bd0bd
In SSL module version examples, don't use a legacy version. (#381) (#…
alex Mar 2, 2017
a6e8493
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#…
brianfcoleman Mar 2, 2017
01e5230
bpo-29703: asyncio: Fix creating new event loops in child processes. …
1st1 Mar 3, 2017
dea5101
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
1st1 Mar 3, 2017
13802a3
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (…
1st1 Mar 3, 2017
604faba
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
SethMichaelLarson Mar 3, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
(cherry picked from commit 3a9ac82)
  • Loading branch information
methane authored Feb 21, 2017
commit 3ab24bdd47fdd9d45719ad49f93d3878d4442d7e
3 changes: 3 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ What's New in Python 3.6.1 release candidate 1?
Core and Builtins
-----------------

- bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX.
Patch by Matthieu Dartiailh.

- bpo-29602: Fix incorrect handling of signed zeros in complex constructor for
complex subclasses and for inputs having a __complex__ method. Patch
by Serhiy Storchaka.
Expand Down
2 changes: 1 addition & 1 deletion Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ PyCompile_OpcodeStackEffect(int opcode, int oparg)
case CALL_FUNCTION_KW:
return -oparg-1;
case CALL_FUNCTION_EX:
return - ((oparg & 0x01) != 0) - ((oparg & 0x02) != 0);
return -1 - ((oparg & 0x01) != 0);
case MAKE_FUNCTION:
return -1 - ((oparg & 0x01) != 0) - ((oparg & 0x02) != 0) -
((oparg & 0x04) != 0) - ((oparg & 0x08) != 0);
Expand Down