-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
README.rst: List out relevant links to the project #283
Merged
Conversation
This file contains 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 changes
Feb 25, 2017
Thanks for the review, @ncoghlan :) |
This was referenced Feb 25, 2017
Mariatta
added a commit
to Mariatta/cpython
that referenced
this pull request
Feb 25, 2017
(cherry picked from commit e32ec93)
I gather from http://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 request
Jul 1, 2021
Extract the platform specific stack handling form "slp_eval_frame" into a new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2021
Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.h to slp_transfer.c, because it is only used there.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2021
Remove commented code.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2021
Integrate include "pycore_slp_platformselect.h" into slp_transfer.c and remove this include.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 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 request
Jul 1, 2021
Add a changelog entry.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2021
Move all pycore_slp_switch_*.h includes from Include/internal to Stackless/platf. These headers are included by "slp_transfer.c" only.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Jul 9, 2021
…p_transfer.c and eliminate pycore_slp_platformselect.h Extract the platform specific stack handling form "slp_eval_frame" into a new function "slp_cstack_set_base_and_goodgap" in slp_transfer.c. Move the definition of SLP_DO_NOT_OPTIMIZE_AWAY from pycore_stackless.h to slp_transfer.c, because it is only used there. Integrate include "pycore_slp_platformselect.h" into slp_transfer.c and remove 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 to Stackless/platf. These headers are included by "slp_transfer.c" only.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 14, 2021
…igure* The list of Stackless code directories needed an update.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 14, 2021
slp_transfer.c and eliminate pycore_slp_platformselect.h Restore the definition of SLP_CSTACK_MAXCACHE.
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
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.
No description provided.