This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Werner Smidt
Recipients Werner Smidt, iritkatriel, serakeri
Date 2020-12-01.11:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606822556.43.0.0819593057209.issue31990@roundup.psfhosted.org>
In-reply-to
Content
Sorry for being lacking in providing some OS info.  b

Opensuse Tumbleweed, Linux kernel 5.8.10-1, Intel system

I cannot explain why, but relating to Sara's answer, if you remove the .join() statements at the end, you get the following exception:

/usr/bin/python3: Error while finding module specification for 'testqueuepickle3.py' (ModuleNotFoundError: __path__ attribute not found on 'testqueuepickle3' while trying to find 'testqueuepickle3.py')
mynamedtuple(param1='INSIDE thread', param2='namedtuple')


So I guess that it gets stuck after an exception is thrown?  If I call it Sara's way, there is no exception thrown. 

Sorry, I know this is a very specific case, but I thank you both for taking the time to contribute :-)
History
Date User Action Args
2020-12-01 11:35:56Werner Smidtsetrecipients: + Werner Smidt, iritkatriel, serakeri
2020-12-01 11:35:56Werner Smidtsetmessageid: <1606822556.43.0.0819593057209.issue31990@roundup.psfhosted.org>
2020-12-01 11:35:56Werner Smidtlinkissue31990 messages
2020-12-01 11:35:56Werner Smidtcreate