Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
README.rst: List out relevant links to the project#283
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
ncoghlan approved these changesFeb 25, 2017
Thanks for the review,@ncoghlan :) |
This was referencedFeb 25, 2017
Mariatta added a commit to Mariatta/cpython that referenced this pull requestFeb 25, 2017
(cherry picked from commite32ec93)
I gather fromhttp://bugs.python.org/issue29579#msg288037 that we won't backport Readme changes to 3.5 and 2.7. Removing labels. |
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Extract the platform specific stack handling form "slp_eval_frame" intoa new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.hto slp_transfer.c, because it is only used there.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Remove commented code.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Integrate include "pycore_slp_platformselect.h" into slp_transfer.c andremove this include.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Move "slp_transfer.c" form "Stackless/core" to "Stackless/platf",because it depends on the platform.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Add a changelog entry.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 1, 2021
Move all pycore_slp_switch_*.h includes from Include/internal toStackless/platf. These headers are included by "slp_transfer.c" only.
akruis added a commit to akruis/cpython that referenced this pull requestJul 9, 2021
…p_transfer.c and eliminate pycore_slp_platformselect.hExtract the platform specific stack handling form "slp_eval_frame" intoa new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c.Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.hto slp_transfer.c, because it is only used there.Integrate include "pycore_slp_platformselect.h" into slp_transfer.c andremove this header file.Move "slp_transfer.c" form "Stackless/core" to "Stackless/platf",because it depends on the platform.Move all pycore_slp_switch_*.h header files from Include/internal toStackless/platf. These headers are included by "slp_transfer.c" only.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 14, 2021
…igure*The list of Stackless code directories needed an update.
akruis pushed a commit to akruis/cpython that referenced this pull requestJul 14, 2021
slp_transfer.c and eliminate pycore_slp_platformselect.hRestore the definition of SLP_CSTACK_MAXCACHE.
jaraco pushed a commit that referenced this pull requestDec 2, 2022
Sign up for freeto 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.
No description provided.