René's URL Explorer Experiment


Title: Issue 9592: Limitations in objects returned by multiprocessing Pool - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/53801 https://github.com/python/cpython/issues/53801
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
multiprocessingbugs.pyhttps://bugs.python.org/file18507/multiprocessingbugs.py
msg113816https://bugs.python.org/issue9592#msg113816
(view)https://bugs.python.org/msg113816
msg113959https://bugs.python.org/issue9592#msg113959
(view)https://bugs.python.org/msg113959
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.1/builds/676http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.1/builds/676
multiprocessing\forking.pyhttps://github.com/python/cpython/blob/3.1/Lib/multiprocessing/forking.py#L344
pickle.pyhttps://github.com/python/cpython/blob/3.1/Lib/pickle.py#L1356
unittest.pyhttps://github.com/python/cpython/blob/3.1/Lib/unittest.py#L1363
unittest.pyhttps://github.com/python/cpython/blob/3.1/Lib/unittest.py#L1363
msg113960https://bugs.python.org/issue9592#msg113960
(view)https://bugs.python.org/msg113960
test\test_multiprocessing.pyhttps://github.com/python/cpython/blob/3.1/Lib/test/test_multiprocessing.py#L1234
multiprocessing\util.pyhttps://github.com/python/cpython/blob/3.1/Lib/multiprocessing/util.py#L174
multiprocessing\managers.pyhttps://github.com/python/cpython/blob/3.1/Lib/multiprocessing/managers.py#L602
multiprocessing\process.pyhttps://github.com/python/cpython/blob/3.1/Lib/multiprocessing/process.py#L111
multiprocessing\forking.pyhttps://github.com/python/cpython/blob/3.1/Lib/multiprocessing/forking.py#L276
http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.1/builds/581http://www.python.org/dev/buildbot/all/builders/x86%20XP-5%203.1/builds/581
msg113963https://bugs.python.org/issue9592#msg113963
(view)https://bugs.python.org/msg113963
msg113966https://bugs.python.org/issue9592#msg113966
(view)https://bugs.python.org/msg113966
msg114040https://bugs.python.org/issue9592#msg114040
(view)https://bugs.python.org/msg114040
msg114045https://bugs.python.org/issue9592#msg114045
(view)https://bugs.python.org/msg114045
issue9205https://bugs.python.org/issue9205
msg133023https://bugs.python.org/issue9592#msg133023
(view)https://bugs.python.org/msg133023
#1692335https://bugs.python.org/issue1692335
#11771https://bugs.python.org/issue11771
msg133619https://bugs.python.org/issue9592#msg133619
(view)https://bugs.python.org/msg133619
issue9205https://bugs.python.org/issue9205
#9205https://bugs.python.org/issue9205
msg140308https://bugs.python.org/issue9592#msg140308
(view)https://bugs.python.org/msg140308
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L376
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L335
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L326
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L102
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L102
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L102
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L102
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L411
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L432
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L275
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L376
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L237
queue.pyhttps://github.com/python/cpython/blob/main/Lib/queue.py#L185
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L335
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
multiprocessing/pool.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/pool.py#L326
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L690
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L737
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L710
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L411
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L432
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L241
multiprocessing/connection.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/connection.py#L759
multiprocessing/managers.pyhttps://github.com/python/cpython/blob/main/Lib/multiprocessing/managers.py#L762
test/test_multiprocessing.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_multiprocessing.py#L1417
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L386
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L441
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L493
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L168
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1260
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1286
test/test_multiprocessing.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_multiprocessing.py#L2228
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1070
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L861
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L669
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1648
http://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/389/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/389/steps/test/logs/stdio
msg155097https://bugs.python.org/issue9592#msg155097
(view)https://bugs.python.org/msg155097
http://bugs.python.org/issue5370http://bugs.python.org/issue5370
msg170348https://bugs.python.org/issue9592#msg170348
(view)https://bugs.python.org/msg170348
issue5370https://bugs.python.org/issue5370
msg170369https://bugs.python.org/issue9592#msg170369
(view)https://bugs.python.org/msg170369
http://docs.python.org/tutorial/errors.html#user-defined-exceptionshttp://docs.python.org/tutorial/errors.html#user-defined-exceptions
http://docs.celeryproject.org/en/latest/userguide/tasks.html#creating-pickleable-exceptionshttp://docs.celeryproject.org/en/latest/userguide/tasks.html#creating-pickleable-exceptions
msg288136https://bugs.python.org/issue9592#msg288136
(view)https://bugs.python.org/msg288136
issue29466https://bugs.python.org/issue29466
serhiy.storchakahttps://bugs.python.org/user15623
msg288136https://bugs.python.org/msg288136
msg170369https://bugs.python.org/msg170369
maxhttps://bugs.python.org/user13096
msg170348https://bugs.python.org/msg170348
eliquioushttps://bugs.python.org/user15602
msg155097https://bugs.python.org/msg155097
msg140308https://bugs.python.org/msg140308
msg133619https://bugs.python.org/msg133619
msg133023https://bugs.python.org/msg133023
vstinnerhttps://bugs.python.org/user2377
macfreekhttps://bugs.python.org/user2379
jnollerhttps://bugs.python.org/user5849
asksolhttps://bugs.python.org/user10726
floxhttps://bugs.python.org/user11184
asksolhttps://bugs.python.org/user10726
msg114045https://bugs.python.org/msg114045
msg114040https://bugs.python.org/msg114040
msg113966https://bugs.python.org/msg113966
msg113963https://bugs.python.org/msg113963
msg113960https://bugs.python.org/msg113960
buildbothttps://bugs.python.org/keyword9
floxhttps://bugs.python.org/user11184
msg113959https://bugs.python.org/msg113959
jnollerhttps://bugs.python.org/user5849
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.