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
This was referenced
akruis referenced this pull request in stackless-dev/stackless
akruis referenced this pull request in stackless-dev/stackless
…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
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
akruis referenced this pull request in stackless-dev/stackless
akruis referenced this pull request in stackless-dev/stackless
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
akruis pushed a commit to akruis/cpython that referenced this pull request
- 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
akruis pushed a commit to akruis/cpython that referenced this pull request
- 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
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