◐ Shell
clean mode source ↗

bpo-28929: Add to Misc/NEWS by Mariatta · Pull Request #112 · python/cpython

mention bpo-28929 in the Documentation section of:
- What's New in Python 3.7.0 alpha 1?
- What's New in Python 3.6.1 release candidate 1?
- What's New in Python 3.5.4 release candidate 1?

http://bugs.python.org/issue28929

@Mariatta

brettcannon

@Mariatta

brettcannon

@Mariatta

This was referenced

Feb 25, 2017

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017
…s and test_xml_etree

Disable the recently added test methods test_copy() and test_pickle() in test_dictviews, test_generators and test_xml_etree. Theses test assure that objects can't be copied or pickled, but Stackless can copy/pickle them.

https://bitbucket.org/stackless-dev/stackless/issues/112

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017
Fix the recently added test test_pdb.test_pdb_issue_20766.
This test depends on undefined behaviour of C-Python (invalid value of
frame.f_lineno if frame.f_trace is None). Stackless-Python behaves differently,
if soft-switching is enabled. This change disables soft-switching for this
test.

https://bitbucket.org/stackless-dev/stackless/issues/112

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Sep 9, 2017

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

Oct 10, 2017

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

Oct 10, 2017

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

Nov 7, 2017

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

Nov 7, 2017
- Change the product and file names to Stackless (Python).
- Add Stackless include files
- Update the Product and Download URLs

(cherry picked from commit 0c1f53c)

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

Mar 25, 2018

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

Mar 25, 2018
- Change the product and file names to Stackless (Python).
- Add Stackless include files
- Update the Product and Download URLs

jaraco pushed a commit that referenced this pull request

Dec 2, 2022
Change the behavior for when deciding when miss-islington
should merge the PR.

Previously it checks if the PR has one core dev who approved the PR.
But that is unreliable because the review may be dismissed later,
or another core dev might decide not to backport the PR anymore.

The "awaiting merge" label is a better indicator that the PR
is ready for merge.

Adjust tests.

Fixes python/miss-islington#62

This was referenced

Feb 11, 2025