[issue32184] pdb/ipdb is not usable on Linux (which works on Windows) from a single multiprocessing.Process when the main process is stuck at process.join()

2017-11-30 Thread nartes
nartes added the comment: https://gist.github.com/efe828a7bbac97e02a7d83d2a2d78540 import io import os import sys import multiprocessing class B(multiprocessing.Process): @classmethod def _my_thread(self, a, b): print("Class method as a separate process entry point. (%

[issue32187] tab completion fails in pdb/ipdb/ipython for python3.7

2017-11-30 Thread nartes
nartes added the comment: installing parse 0.1.1 solves the issue -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32187] tab completion fails in pdb/ipdb/ipython for python3.8

2017-11-30 Thread nartes
New submission from nartes : Python 3.7.0a2+ (heads/master:bc8ac6b00e, Nov 30 2017, 22:14:00) Type 'copyright', 'credits' or 'license' for more information IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help. In [1]: import multiExcept

[issue32187] tab completion fails in pdb/ipdb/ipython for python3.7

2017-11-30 Thread nartes
Change by nartes : -- title: tab completion fails in pdb/ipdb/ipython for python3.8 -> tab completion fails in pdb/ipdb/ipython for python3.7 ___ Python tracker <https://bugs.python.org/issu

[issue32184] pdb/ipdb is not usable on Linux (which works on Windows) from a single multiprocessing.Process when the main process is stuck at process.join()

2017-11-30 Thread nartes
New submission from nartes : https://asciinema.org/a/Sl7BTmS4krLdrLb9c4YeMgAG1 -- components: Interpreter Core, Library (Lib) files: parallel_sandbox.py messages: 307332 nosy: nartes priority: normal severity: normal status: open title: pdb/ipdb is not usable on Linux (which works on