[issue46320] runtime/interp/thread state refactoring leads to segmentation fault

Eric Snow report at bugs.python.org
Mon Jan 10 15:28:21 EST 2022


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

I must be missing something.  Here is what I did:

```
$ cd cpython
$ git checkout main
$ make -j8
$ ./python -v venv ../venv-urllib3
$ cd ..
$ git clone https://github.com/urllib3/urllib3
$ cd urllib3
$ ../venv-urllib3/bin/python3 -m pip install nox
$ ../venv-urllib3/bin/nox -Rs test-3.11
nox > Running session test-3.11
nox > Session test-3.11 skipped: Python interpreter 3.11 not found.
```

I am not familiar with nox so I'm not sure how to trouble-shoot this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46320>
_______________________________________


More information about the Python-bugs-list mailing list