bpo26128: subprocess.STARTUPINFO takes keyword-only arguments#175
Closed
sayanchowdhury wants to merge 1 commit intopython:masterfrom
Closed
bpo26128: subprocess.STARTUPINFO takes keyword-only arguments#175sayanchowdhury wants to merge 1 commit intopython:masterfrom
sayanchowdhury wants to merge 1 commit intopython:masterfrom
Conversation
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
Contributor
Author
|
There is an open PR for this issue #171 |
Contributor
|
Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint. |
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Oct 29, 2018
The file Stckless/core/backwardcompat.h header is no longer used.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 1, 2018
The module _teststackless.c contains test and example code written in C.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 1, 2018
Remove most #defines and declarations unless either SLP_BUILD_CORE or Py_BUILD_CORE is defined.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 1, 2018
PyMethodDescr_Type and PyClassMethodDescr_Type are no longer hidden in regular C-Python.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 1, 2018
Move C-test code, that does not depend on Stackless implementation details to _teststackless.c.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 20, 2018
Remove the fixed link base address.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Nov 20, 2018
I removed Stackless types from the public C-API by accident in commit 6173c4a. Now they are back.
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
This 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Sayan Chowdhury sayan.chowdhury2012@gmail.com