bpo-29324 update test_socket AEAD test for kernel 4.9 and up by matejcik · Pull Request #133 · python/cpython

@matejcik matejcik changed the title update test_socket AEAD test for kernel 4.9 and up bpo-29324 update test_socket AEAD test for kernel 4.9 and up

Feb 16, 2017

vstinner

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

Mar 7, 2017
(cherry picked from commit 9764c15)

Mariatta added a commit that referenced this pull request

Mar 17, 2017
(cherry picked from commit 9764c15)

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

Oct 10, 2017

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
Fix the wordcode processing.

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

This was referenced

Feb 11, 2025