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 DAVID ALEJANDRO Pineda
Recipients DAVID ALEJANDRO Pineda, serhiy.storchaka, yselivanov
Date 2017-03-14.03:17:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489461429.79.0.103738406896.issue29517@psf.upfronthosting.co.za>
In-reply-to
Content
Hello Again.

The problem can be replicated in the same structure when call the 'functools.partial' feature

I wrote a simple example. It uses the asyncio and multiprocessing structure.

https://github.com/dpineiden/async_multiprocessing

With this dependences:

https://gitlab.com/pineiden/tasktools
https://gitlab.com/pineiden/networktools

In python 3.5.1 works fine even if in the mprocess file uncomment the 'functools.partial'. But when i use a larger version, like 3.6, fails with the 'weakref'
History
Date User Action Args
2017-03-14 03:17:09DAVID ALEJANDRO Pinedasetrecipients: + DAVID ALEJANDRO Pineda, serhiy.storchaka, yselivanov
2017-03-14 03:17:09DAVID ALEJANDRO Pinedasetmessageid: <1489461429.79.0.103738406896.issue29517@psf.upfronthosting.co.za>
2017-03-14 03:17:09DAVID ALEJANDRO Pinedalinkissue29517 messages
2017-03-14 03:17:09DAVID ALEJANDRO Pinedacreate