Skip to content

Conversation

@matejcik
Copy link
Contributor

fixes failing test_socket on linux kernel 4.9

see Issue 29324

@matejcikmatejcik changed the title update test_socket AEAD test for kernel 4.9 and upbpo-29324 update test_socket AEAD test for kernel 4.9 and upFeb 16, 2017
Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirm that this pull request fixes test_socket on my Fedora 25 (kernel 4.9.5).

@tiran
Copy link
Member

I still haven't had time to study the changes in the Linux kernel. Let's merge the PR to silence the test error. Please leave the ticket open as reminder for me.

@vstinnervstinner merged commit 9764c15 into python:masterFeb 16, 2017
@yedpodtrzitko
Copy link

nice one

Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Mar 7, 2017
Mariatta added a commit that referenced this pull request Mar 17, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 10, 2017
Adapt Stackless/unittests/runAll.py to issue python#25220.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 10, 2017
 Adapt to changes in test.libregrtest
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 16, 2017
- Reduce duplicate code. - Move code around reduce the number of differences. This way patches from upstream are more likely to apply This commit does not change the outcome of the preprocessor.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 16, 2017
- Remove a byte-code specific optimization. The next merge from master will switch to word-code. - #define PY_LOCAL_AGGRESSIVE, it was undefined by accident in commit 1c7ff3e.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 16, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 18, 2017
Fix the wordcode processing again.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 22, 2017
…are. Add the usual STACKLESS_GETARG(), ... stuff to the new fast-call functions.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 22, 2017
…are. Add Stackless support to PyEval_CallObjectWithKeywords().
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 22, 2017
…are. Add Stackless support to call_function_tail().
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 29, 2017
The previous merge broke Python/ceval.c.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 29, 2017
The previous merge broke Python/ceval.c.
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 29, 2017
Add missing calls to dtrace_function_return().
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 29, 2017
Ensure, that frame->f_lasti is >= -1. This invariant was broken by the switch to wordcode.
akruis pushed a commit to akruis/cpython that referenced this pull request Mar 25, 2018
Add Stackless support for opcode CALL_METHOD.
akruis pushed a commit to akruis/cpython that referenced this pull request Mar 25, 2018
Always track frames. Otherwise Stackless leaks frames.
akruis pushed a commit to akruis/cpython that referenced this pull request Mar 25, 2018
Only do recursion adjustment if there is no danger of soft-switching, i.e. if we are not being called by run_cframe. Were a soft-switch to occur, the re-adjustment of the recursion depth would happen for the wrong frame.
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@matejcik@tiran@yedpodtrzitko@vstinner@Mariatta@the-knights-who-say-ni