◐ Shell
reader mode source ↗
Skip to content

[3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation.#222

Merged
serhiy-storchaka merged 2 commits into
python:3.5from
serhiy-storchaka:bpo29532-py35
Feb 22, 2017
Merged

[3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation.#222
serhiy-storchaka merged 2 commits into
python:3.5from
serhiy-storchaka:bpo29532-py35

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Feb 21, 2017

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (3.5@9ab8eaf). Click here to learn what that means.
The diff coverage is 100%.

@@          Coverage Diff           @@
##             3.5     #222   +/-   ##
======================================
  Coverage       ?   82.42%           
======================================
  Files          ?     1404           
  Lines          ?   341460           
  Branches       ?        0           
======================================
  Hits           ?   281432           
  Misses         ?    60028           
  Partials       ?        0
Impacted Files Coverage Δ
Lib/test/test_functools.py 94.43% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ab8eaf...372a25c. Read the comment docs.

@serhiy-storchaka serhiy-storchaka merged commit 5010a77 into python:3.5 Feb 22, 2017
@serhiy-storchaka serhiy-storchaka deleted the bpo29532-py35 branch February 22, 2017 09:46
akruis added a commit to akruis/cpython that referenced this pull request Jul 1, 2019
akruis added a commit to akruis/cpython that referenced this pull request Jul 1, 2019
…umbers

Allow the Stackless test suite to access 
- PyThreadState fields st.serial, st.serial_last_jump, st.initial_stub
- PyCStackObject attribute serial
Intentionally undocumented
akruis added a commit to akruis/cpython that referenced this pull request Jul 1, 2019
…mismatch

Fix the termination of a main-tasklet when serial_last_jump !=
initial_stub.serial. This caused an assertion failure and a reference
leak.
akruis added a commit to akruis/cpython that referenced this pull request Jul 1, 2019
Add a test case for a main tasklet, that terminates with
serial_last_jump != initial_stub.serial.
akruis added a commit to akruis/cpython that referenced this pull request Oct 25, 2019
akruis added a commit to akruis/cpython that referenced this pull request Oct 25, 2019
…mismatch

Fix the termination of a main-tasklet when serial_last_jump !=
initial_stub.serial. This caused an assertion failure and a reference
leak.

(cherry picked from commit 0b8da63)
akruis added a commit to akruis/cpython that referenced this pull request May 27, 2021
akruis added a commit to akruis/cpython that referenced this pull request May 27, 2021
…umbers

Allow the Stackless test suite to access
- PyThreadState fields st.serial, st.serial_last_jump, st.initial_stub
- PyCStackObject attribute serial
Intentionally undocumented

(cherry picked from commit 4f7b3ec)
akruis added a commit to akruis/cpython that referenced this pull request May 27, 2021
…mismatch

Fix the termination of a main-tasklet when serial_last_jump !=
initial_stub.serial. This caused an assertion failure and a reference
leak.

(cherry picked from commit 0b8da63)
akruis added a commit to akruis/cpython that referenced this pull request May 27, 2021
Add a test case for a main tasklet, that terminates with
serial_last_jump != initial_stub.serial.
(cherry picked from commit a0f56e7)
ahgamut pushed a commit to ahgamut/cpython that referenced this pull request Aug 25, 2021
ahgamut pushed a commit to ahgamut/cpython that referenced this pull request Aug 25, 2021
…mismatch

Fix the termination of a main-tasklet when serial_last_jump !=
initial_stub.serial. This caused an assertion failure and a reference
leak.

(cherry picked from commit 0b8da63)
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
Implement MultiplexedPath.iterdir using 'unique_everseen'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants