Package: pylint3 Version: 1.4.3-1 Pylint thinks that multiprocessing.Queue doesn't exist:
$ cat testmpq.py import multiprocessing as mp print(mp.Queue()) $ python3 testmpq.py <multiprocessing.queues.Queue object at 0xf70ba72c> $ pylint3 testmpq.py ************* Module testmpq E: 2, 6: Module 'multiprocessing' has no 'Queue' member (no-member) -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental') Architecture: i386 (x86_64) Foreign Architectures: amd64 Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages pylint3 depends on: ii python3-astroid 1.3.6-1 ii python3-logilab-common 0.62.0-1 ii python3.4 3.4.3-7 pn python3:any <none> -- Jakub Wilk -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org