bpo-29324 update test_socket AEAD test for kernel 4.9 and up by matejcik · Pull Request #133 · python/cpython
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
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, 2017akruis pushed a commit to akruis/cpython that referenced this pull request
Oct 10, 2017Adapt 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, 2017Fix the wordcode processing.
akruis pushed a commit to akruis/cpython that referenced this pull request
Oct 18, 2017Fix 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, 2017The previous merge broke Python/ceval.c.
akruis pushed a commit to akruis/cpython that referenced this pull request
Oct 29, 2017The previous merge broke Python/ceval.c.
akruis pushed a commit to akruis/cpython that referenced this pull request
Oct 29, 2017Add missing calls to dtrace_function_return().
akruis pushed a commit to akruis/cpython that referenced this pull request
Oct 29, 2017Ensure, 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, 2018Add Stackless support for opcode CALL_METHOD.
akruis pushed a commit to akruis/cpython that referenced this pull request
Mar 25, 2018Always track frames. Otherwise Stackless leaks frames.
akruis pushed a commit to akruis/cpython that referenced this pull request
Mar 25, 2018Only 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.
This was referenced
Feb 11, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters