Message 334459 - Python tracker

Message334459

Author methane
Recipients Igor Z, docs@python, methane
Date 2019-01-28.11:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548675552.19.0.694803580972.issue35822@roundup.psfhosted.org>
In-reply-to
Content
_queue is normal extension module, not builtin module.
In my environment:

>>> import _queue
>>> _queue.__file__
'/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so'

It seems your environment is somewhat broken.
History
Date User Action Args
2019-01-28 11:39:14methanesetrecipients: + methane, docs@python, Igor Z
2019-01-28 11:39:12methanesetmessageid: <1548675552.19.0.694803580972.issue35822@roundup.psfhosted.org>
2019-01-28 11:39:12methanelinkissue35822 messages
2019-01-28 11:39:12methanecreate