bpo-29442: Replace optparse with argparse in setup.py by yan12125 · Pull Request #139 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation1 Commits1 Checks0 Files changed

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

[ Show hidden characters]({{ revealButtonHref }})

yan12125

@yan12125

@yan12125

auvipy

yan12125 added a commit to yan12125/python3-android that referenced this pull request

Jul 11, 2018

@yan12125

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 14, 2018

@CuriousLearner

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 15, 2018

@CuriousLearner

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 21, 2018

@CuriousLearner

…ssue-33014

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 3, 2018

The outcome of this merge does not compile. Stackless issue python#139 will fix this.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 3, 2018

…tines

Since upstream commit fc2f407 (bpo-32591) the memory layout of generators and coroutines differs. Therefore it is no longer feasible to share the pickling code. This refactor the common parts of the reduce/setstate implementation into support methods and support the new coroutine attribute cr_origin.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 3, 2018

The new function compute_cr_origin(int origin_depth) inspects stack frames. Modify it to ignore C-frames. This fixes a segfault in test.test_asyncio.test_events.EPollEventLoopTests.test_sock_client_ops

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

Add the new attribute "cr_origin" to the copy-test.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

…InterpreterState

Resize flags and reorder them to avoid padding. This is a preparation for adding another flag field for pickle related flags.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

Add the flags and methods stackless.pickle_flags() and stackless.pickle_flags_default() to get or set them. Currently only one flag is defined in prickelpit.h. It will be used by the next commit.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

Update the documentation regarding pickling. More to come.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

Stackless now pickles asynchronous generators. Read the documentation about Stackless pickling for details.

akruis pushed a commit to akruis/cpython that referenced this pull request

Nov 10, 2018

Stackless now pickles awaitable objects of type PyAsyncGenASend or PyAsyncGenAThrow (see PEP 525).

akruis pushed a commit to akruis/cpython that referenced this pull request

Jan 5, 2019

Add the global variable gen_exhausted_asyncgen to the list of ignored globals. It is a constant singleton.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

@pyup-bot @Mariatta

itamaro pushed a commit to itamaro/cpython that referenced this pull request

Jun 7, 2024

@facebook-github-bot

The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.

Co-authored-by: Facebook Community Bot 6422482+facebook-github-bot@users.noreply.github.com