Results 116 issues of Ned Batchelder

I haven't looked into this at all, but would it be possible to migrate attachments also?

Feature
External

``` from poly_point_isect import * isect_segments([ ((-281.28544884362674, 317.6137532740669), (-265.13898636953286, 261.3043468249764)), ((-281.2854488436267, 317.6137532740669), (-337.59485529271734, 301.46729079997294)), ((-1149.6129916392008, 165.83369085939785), (-1163.7844481799289, 108.99508316541483)), ((-549.7909078231165, -373.0494512387376), (11.946694838912322, -684.4256889356793)), ]) ``` produces: ``` Traceback (most recent call...

**Describe the bug** The main branch of https://github.com/nedbat/scriv uses pylint-pytest 0.3.0. Running "tox -e quality" succeeds. The nedbat/no-travis branch updated dependencies, and now uses pylint-pytest 1.1.2. Pylint now fails with:...

bug

https://twitter.com/simonw/status/1461372852901335043

https://github.com/nedbat/coveragepy/runs/7574680068?check_suite_focus=true Output from the failing test ``` _______________ EnvironmentTest.test_coverage_run_is_like_python _______________ [gw0] linux -- Python 3.9.12 /home/runner/work/coveragepy/coveragepy/.tox/pypy3/bin/python self = def test_coverage_run_is_like_python(self): with open(TRY_EXECFILE) as f: self.make_file("run_me.py", f.read()) expected = self.run_command("python run_me.py")...

bug
next
pypy

Doesn't seem to improve performance by more than about .5% | pyver | proj | without cache | with cache | compare | |----|----|----|----|----| | python3.11 | bug1339.py | 0.767...

*Originally reported by* **Abdeali Kothari (Bitbucket: [AbdealiJK](https://bitbucket.org/AbdealiJK), GitHub: [AbdealiJK](https://github.com/AbdealiJK))** ---------------------------------------- I have a case where I have some pyspark codes in my code base and I am trying to test...

exotic

*Originally reported by* **Antony Lee (Bitbucket: [anntzer](https://bitbucket.org/anntzer), GitHub: [anntzer](https://github.com/anntzer))** ---------------------------------------- coverage 4.1, python 3.5.2, arch linux test.py ``` cond = True if cond: x = 1 else: x = 2...

enhancement

See the discussion starting at https://github.com/nedbat/coveragepy/issues/858#issuecomment-893819381

enhancement
html

*Originally reported by* **David MacIver (Bitbucket: [david_maciver_](https://bitbucket.org/david_maciver_), GitHub: Unknown)** ---------------------------------------- In some work I'm doing on Hypothesis, coverage is currently showing up some branches as missing that are covered. Unfortunately...

bug
branch