Skip to content
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

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

Merged
merged 2 commits into from
Feb 22, 2017

Conversation

serhiy-storchaka
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Feb 21, 2017

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 pushed a commit to akruis/cpython that referenced this pull request Jul 1, 2019
akruis pushed 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 pushed 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 pushed 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 pushed a commit to akruis/cpython that referenced this pull request Oct 25, 2019
akruis pushed 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 pushed a commit to akruis/cpython that referenced this pull request May 27, 2021
akruis pushed 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 pushed 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 pushed 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
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants