René's URL Explorer Experiment


Title: Issue 35537: use os.posix_spawn in subprocess - Python tracker

Mail addresses
report@bugs.python.org
victor.stinner@gmail.com

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/79718 https://github.com/python/cpython/issues/79718
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
subprocess_bench.pyhttps://bugs.python.org/file48011/subprocess_bench.py
subprocess_bench_stdout.pyhttps://bugs.python.org/file48057/subprocess_bench_stdout.py
PR 11242https://github.com/python/cpython/pull/11242
PR 11452https://github.com/python/cpython/pull/11452
PR 11575https://github.com/python/cpython/pull/11575
PR 11579https://github.com/python/cpython/pull/11579
PR 11582https://github.com/python/cpython/pull/11582
PR 11608https://github.com/python/cpython/pull/11608
PR 11668https://github.com/python/cpython/pull/11668
PR 11684https://github.com/python/cpython/pull/11684
PR 11686https://github.com/python/cpython/pull/11686
PR 11718https://github.com/python/cpython/pull/11718
PR 11719https://github.com/python/cpython/pull/11719
PR 11721https://github.com/python/cpython/pull/11721
PR 11917https://github.com/python/cpython/pull/11917
PR 14093https://github.com/python/cpython/pull/14093
PR 18792https://github.com/python/cpython/pull/18792
msg332151https://bugs.python.org/issue35537#msg332151
(view)https://bugs.python.org/msg332151
msg332204https://bugs.python.org/issue35537#msg332204
(view)https://bugs.python.org/msg332204
PR 11242https://github.com/python/cpython/pull/11242
PR 11242https://github.com/python/cpython/pull/11242
bpo-34663https://bugs.python.org/issue34663
msg332210https://bugs.python.org/issue35537#msg332210
(view)https://bugs.python.org/msg332210
msg332212https://bugs.python.org/issue35537#msg332212
(view)https://bugs.python.org/msg332212
msg332213https://bugs.python.org/issue35537#msg332213
(view)https://bugs.python.org/msg332213
https://about.gitlab.com/2018/01/23/how-a-fix-in-go-19-sped-up-our-gitaly-service-by-30x/https://about.gitlab.com/2018/01/23/how-a-fix-in-go-19-sped-up-our-gitaly-service-by-30x/
https://github.com/rtomayko/posix-spawn#benchmarkshttps://github.com/rtomayko/posix-spawn#benchmarks
msg332216https://bugs.python.org/issue35537#msg332216
(view)https://bugs.python.org/msg332216
msg332217https://bugs.python.org/issue35537#msg332217
(view)https://bugs.python.org/msg332217
msg332219https://bugs.python.org/issue35537#msg332219
(view)https://bugs.python.org/msg332219
msg332222https://bugs.python.org/issue35537#msg332222
(view)https://bugs.python.org/msg332222
msg332223https://bugs.python.org/issue35537#msg332223
(view)https://bugs.python.org/msg332223
msg332235https://bugs.python.org/issue35537#msg332235
(view)https://bugs.python.org/msg332235
https://ewontfix.com/7https://ewontfix.com/7
msg332236https://bugs.python.org/issue35537#msg332236
(view)https://bugs.python.org/msg332236
bpo-34663https://bugs.python.org/issue34663
PEP 446https://www.python.org/dev/peps/pep-0446/
msg332237https://bugs.python.org/issue35537#msg332237
(view)https://bugs.python.org/msg332237
bpo-34663https://bugs.python.org/issue34663
msg332238https://bugs.python.org/issue35537#msg332238
(view)https://bugs.python.org/msg332238
https://github.com/openstack/oslo.concurrency/blob/master/oslo_concurrency/prlimit.pyhttps://github.com/openstack/oslo.concurrency/blob/master/oslo_concurrency/prlimit.py
msg332239https://bugs.python.org/issue35537#msg332239
(view)https://bugs.python.org/msg332239
msg332266https://bugs.python.org/issue35537#msg332266
(view)https://bugs.python.org/msg332266
msg332270https://bugs.python.org/issue35537#msg332270
(view)https://bugs.python.org/msg332270
msg332272https://bugs.python.org/issue35537#msg332272
(view)https://bugs.python.org/msg332272
https://github.com/python/cpython/pull/11242#issuecomment-449151524https://github.com/python/cpython/pull/11242#issuecomment-449151524
msg332393https://bugs.python.org/issue35537#msg332393
(view)https://bugs.python.org/msg332393
https://sourceware.org/bugzilla/show_bug.cgi?id=17405https://sourceware.org/bugzilla/show_bug.cgi?id=17405
https://docs.oracle.com/cd/E88353_01/html/E37843/posix-spawn-file-actions-addchdir-np-3c.htmlhttps://docs.oracle.com/cd/E88353_01/html/E37843/posix-spawn-file-actions-addchdir-np-3c.html
https://git.musl-libc.org/cgit/musl/commit/?id=bb439bb17108b67f3df9c9af824d3a607b5b059dhttps://git.musl-libc.org/cgit/musl/commit/?id=bb439bb17108b67f3df9c9af824d3a607b5b059d
https://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.htmlhttps://www.sourceware.org/ml/libc-alpha/2017-08/msg00010.html
http://austingroupbugs.net/view.php?id=411http://austingroupbugs.net/view.php?id=411
https://git.musl-libc.org/cgit/musl/commit/?id=6fc6ca1a323bc0b6b9e9cdc8fa72221ae18fe206https://git.musl-libc.org/cgit/musl/commit/?id=6fc6ca1a323bc0b6b9e9cdc8fa72221ae18fe206
http://austingroupbugs.net/view.php?id=1208http://austingroupbugs.net/view.php?id=1208
msg332565https://bugs.python.org/issue35537#msg332565
(view)https://bugs.python.org/msg332565
msg333123https://bugs.python.org/issue35537#msg333123
(view)https://bugs.python.org/msg333123
PR 11242https://github.com/python/cpython/pull/11242
https://github.com/python/cpython/pull/11242#issuecomment-449478778https://github.com/python/cpython/pull/11242#issuecomment-449478778
https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/posix_spawn.2.htmlhttps://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/posix_spawn.2.html
msg333126https://bugs.python.org/issue35537#msg333126
(view)https://bugs.python.org/msg333126
PR 11452https://github.com/python/cpython/pull/11452
PR 11242https://github.com/python/cpython/pull/11242
msg333127https://bugs.python.org/issue35537#msg333127
(view)https://bugs.python.org/msg333127
https://blogs.oracle.com/solaris/posix_spawn-as-an-actual-system-callhttps://blogs.oracle.com/solaris/posix_spawn-as-an-actual-system-call
msg333131https://bugs.python.org/issue35537#msg333131
(view)https://bugs.python.org/msg333131
bpo-35674https://bugs.python.org/issue35674
msg333571https://bugs.python.org/issue35537#msg333571
(view)https://bugs.python.org/msg333571
subprocess.pyhttps://github.com/python/cpython/blob/main/Lib/subprocess.py#L348
PR 9288https://github.com/python/cpython/pull/9288
PR 9224https://github.com/python/cpython/pull/9224
https://wiki.musl-libc.org/faq.htmlhttps://wiki.musl-libc.org/faq.html
https://github.com/python/cpython/blob/5bb146aaea1484bcc117ab6cb38dda39ceb5df0f/config.guess#L154https://github.com/python/cpython/blob/5bb146aaea1484bcc117ab6cb38dda39ceb5df0f/config.guess#L154
https://github.com/RcppCore/Rcpp/pull/449https://github.com/RcppCore/Rcpp/pull/449
https://git.musl-libc.org/cgit/musl/commit/?id=fb6b159d9ec7cf1e037daa974eeeacf3c8b3b3f1https://git.musl-libc.org/cgit/musl/commit/?id=fb6b159d9ec7cf1e037daa974eeeacf3c8b3b3f1
msg333629https://bugs.python.org/issue35537#msg333629
(view)https://bugs.python.org/msg333629
https://wiki.musl-libc.org/faq.htmlhttps://wiki.musl-libc.org/faq.html
http://openwall.com/lists/musl/2013/03/29/13http://openwall.com/lists/musl/2013/03/29/13
https://github.com/python/cpython/pull/9224/fileshttps://github.com/python/cpython/pull/9224/files
msg333646https://bugs.python.org/issue35537#msg333646
(view)https://bugs.python.org/msg333646
msg333656https://bugs.python.org/issue35537#msg333656
(view)https://bugs.python.org/msg333656
msg333657https://bugs.python.org/issue35537#msg333657
(view)https://bugs.python.org/msg333657
https://github.com/lovell/detect-libc/blob/master/lib/detect-libc.jshttps://github.com/lovell/detect-libc/blob/master/lib/detect-libc.js
msg333738https://bugs.python.org/issue35537#msg333738
(view)https://bugs.python.org/msg333738
PR 11452https://github.com/python/cpython/pull/11452
PR 11554https://github.com/python/cpython/pull/11554
bpo-35674https://bugs.python.org/issue35674
msg333739https://bugs.python.org/issue35537#msg333739
(view)https://bugs.python.org/msg333739
PR 11452https://github.com/python/cpython/pull/11452
msg333740https://bugs.python.org/issue35537#msg333740
(view)https://bugs.python.org/msg333740
9daecf37a571e98aaf43a387bcc9e41a7132f477https://hg.python.org/lookup/9daecf37a571e98aaf43a387bcc9e41a7132f477
bpo-35537https://bugs.python.org/issue35537
GH-11452https://github.com/python/cpython/pull/11452
https://github.com/python/cpython/commit/9daecf37a571e98aaf43a387bcc9e41a7132f477https://github.com/python/cpython/commit/9daecf37a571e98aaf43a387bcc9e41a7132f477
msg333744https://bugs.python.org/issue35537#msg333744
(view)https://bugs.python.org/msg333744
msg333745https://bugs.python.org/issue35537#msg333745
(view)https://bugs.python.org/msg333745
PR 11575https://github.com/python/cpython/pull/11575
msg333749https://bugs.python.org/issue35537#msg333749
(view)https://bugs.python.org/msg333749
https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l214https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l214
https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l219https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l219
https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l232https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l232
https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l225https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l225
msg333771https://bugs.python.org/issue35537#msg333771
(view)https://bugs.python.org/msg333771
07858894689047c77f9c12ddc061d30681368d19https://hg.python.org/lookup/07858894689047c77f9c12ddc061d30681368d19
bpo-35537https://bugs.python.org/issue35537
GH-11579https://github.com/python/cpython/pull/11579
https://github.com/python/cpython/commit/07858894689047c77f9c12ddc061d30681368d19https://github.com/python/cpython/commit/07858894689047c77f9c12ddc061d30681368d19
msg333794https://bugs.python.org/issue35537#msg333794
(view)https://bugs.python.org/msg333794
https://github.com/python/cpython/pull/11579/#pullrequestreview-193261299https://github.com/python/cpython/pull/11579/#pullrequestreview-193261299
msg333795https://bugs.python.org/issue35537#msg333795
(view)https://bugs.python.org/msg333795
msg333799https://bugs.python.org/issue35537#msg333799
(view)https://bugs.python.org/msg333799
msg333800https://bugs.python.org/issue35537#msg333800
(view)https://bugs.python.org/msg333800
8c349565e8a442e17f1a954d1a9996847749d778https://hg.python.org/lookup/8c349565e8a442e17f1a954d1a9996847749d778
bpo-35537https://bugs.python.org/issue35537
GH-11579https://github.com/python/cpython/pull/11579
GH-11582https://github.com/python/cpython/pull/11582
https://github.com/python/cpython/commit/8c349565e8a442e17f1a954d1a9996847749d778https://github.com/python/cpython/commit/8c349565e8a442e17f1a954d1a9996847749d778
msg333803https://bugs.python.org/issue35537#msg333803
(view)https://bugs.python.org/msg333803
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/spawni.c;h=353bcf5b333457d191320e358d35775a2e9b319b;hb=HEAD#l372https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/spawni.c;h=353bcf5b333457d191320e358d35775a2e9b319b;hb=HEAD#l372
http://git.musl-libc.org/cgit/musl/tree/src/process/posix_spawn.c?id=5ce3737931bb411a8d167356d4d0287b53b0cbdc#n171http://git.musl-libc.org/cgit/musl/tree/src/process/posix_spawn.c?id=5ce3737931bb411a8d167356d4d0287b53b0cbdc#n171
https://ewontfix.com/7https://ewontfix.com/7
https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l229https://svnweb.freebsd.org/base/head/lib/libc/gen/posix_spawn.c?view=markup#l229
https://sourceware.org/git/?p=glibc.git;a=commit;h=aa95a2414e4f664ca740ad5f4a72d9145abbd426https://sourceware.org/git/?p=glibc.git;a=commit;h=aa95a2414e4f664ca740ad5f4a72d9145abbd426
msg333805https://bugs.python.org/issue35537#msg333805
(view)https://bugs.python.org/msg333805
msg333820https://bugs.python.org/issue35537#msg333820
(view)https://bugs.python.org/msg333820
msg333825https://bugs.python.org/issue35537#msg333825
(view)https://bugs.python.org/msg333825
msg333839https://bugs.python.org/issue35537#msg333839
(view)https://bugs.python.org/msg333839
acb9fa79fa6453c2bbe3ccfc9cad2837feb90093https://hg.python.org/lookup/acb9fa79fa6453c2bbe3ccfc9cad2837feb90093
bpo-31234https://bugs.python.org/issue31234
#3546https://bugs.python.org/issue3546
msg333889https://bugs.python.org/issue35537#msg333889
(view)https://bugs.python.org/msg333889
msg333902https://bugs.python.org/issue35537#msg333902
(view)https://bugs.python.org/msg333902
msg333994https://bugs.python.org/issue35537#msg333994
(view)https://bugs.python.org/msg333994
https://sourceware.org/bugzilla/show_bug.cgi?id=23640https://sourceware.org/bugzilla/show_bug.cgi?id=23640
msg334268https://bugs.python.org/issue35537#msg334268
(view)https://bugs.python.org/msg334268
f6243ac1e4828299fe5a8e943d7bd41cab1f34cdhttps://hg.python.org/lookup/f6243ac1e4828299fe5a8e943d7bd41cab1f34cd
bpo-35537https://bugs.python.org/issue35537
GH-11575https://github.com/python/cpython/pull/11575
https://github.com/python/cpython/commit/f6243ac1e4828299fe5a8e943d7bd41cab1f34cdhttps://github.com/python/cpython/commit/f6243ac1e4828299fe5a8e943d7bd41cab1f34cd
msg334269https://bugs.python.org/issue35537#msg334269
(view)https://bugs.python.org/msg334269
https://sourceware.org/git/?p=glibc.git;a=commit;h=4b4d4056bb154603f36c6f8845757c1012758158https://sourceware.org/git/?p=glibc.git;a=commit;h=4b4d4056bb154603f36c6f8845757c1012758158
https://bugs.launchpad.net/qemu/+bug/1673976https://bugs.launchpad.net/qemu/+bug/1673976
https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg04890.htmlhttps://lists.gnu.org/archive/html/qemu-devel/2017-11/msg04890.html
msg334288https://bugs.python.org/issue35537#msg334288
(view)https://bugs.python.org/msg334288
msg334292https://bugs.python.org/issue35537#msg334292
(view)https://bugs.python.org/msg334292
msg334305https://bugs.python.org/issue35537#msg334305
(view)https://bugs.python.org/msg334305
PR 11668https://github.com/python/cpython/pull/11668
msg334337https://bugs.python.org/issue35537#msg334337
(view)https://bugs.python.org/msg334337
bpo-35823https://bugs.python.org/issue35823
msg334661https://bugs.python.org/issue35537#msg334661
(view)https://bugs.python.org/msg334661
80c5dfe74b4402d0a220c9227f262ec6fde1d7fchttps://hg.python.org/lookup/80c5dfe74b4402d0a220c9227f262ec6fde1d7fc
bpo-35537https://bugs.python.org/issue35537
GH-11608https://github.com/python/cpython/pull/11608
https://github.com/python/cpython/commit/80c5dfe74b4402d0a220c9227f262ec6fde1d7fchttps://github.com/python/cpython/commit/80c5dfe74b4402d0a220c9227f262ec6fde1d7fc
msg334662https://bugs.python.org/issue35537#msg334662
(view)https://bugs.python.org/msg334662
1e39b83f24ffade3e0ca1a8004b461354f64ae08https://hg.python.org/lookup/1e39b83f24ffade3e0ca1a8004b461354f64ae08
bpo-35537https://bugs.python.org/issue35537
GH-11718https://github.com/python/cpython/pull/11718
https://github.com/python/cpython/commit/1e39b83f24ffade3e0ca1a8004b461354f64ae08https://github.com/python/cpython/commit/1e39b83f24ffade3e0ca1a8004b461354f64ae08
msg334685https://bugs.python.org/issue35537#msg334685
(view)https://bugs.python.org/msg334685
325e4bac5ab49f47ec60242d3242647605193a2ehttps://hg.python.org/lookup/325e4bac5ab49f47ec60242d3242647605193a2e
bpo-35537https://bugs.python.org/issue35537
GH-11719https://github.com/python/cpython/pull/11719
https://github.com/python/cpython/commit/325e4bac5ab49f47ec60242d3242647605193a2ehttps://github.com/python/cpython/commit/325e4bac5ab49f47ec60242d3242647605193a2e
msg340838https://bugs.python.org/issue35537#msg340838
(view)https://bugs.python.org/msg340838
d7befad328ad1a6d1f812be2bf154c1cd1e01fbchttps://hg.python.org/lookup/d7befad328ad1a6d1f812be2bf154c1cd1e01fbc
bpo-35537https://bugs.python.org/issue35537
GH-11668https://github.com/python/cpython/pull/11668
https://github.com/python/cpython/commit/d7befad328ad1a6d1f812be2bf154c1cd1e01fbchttps://github.com/python/cpython/commit/d7befad328ad1a6d1f812be2bf154c1cd1e01fbc
msg344683https://bugs.python.org/issue35537#msg344683
(view)https://bugs.python.org/msg344683
msg345617https://bugs.python.org/issue35537#msg345617
(view)https://bugs.python.org/msg345617
5884043252473ac733aba1d3251d4debe72511e5https://hg.python.org/lookup/5884043252473ac733aba1d3251d4debe72511e5
bpo-35537https://bugs.python.org/issue35537
GH-11721https://github.com/python/cpython/pull/11721
https://github.com/python/cpython/commit/5884043252473ac733aba1d3251d4debe72511e5https://github.com/python/cpython/commit/5884043252473ac733aba1d3251d4debe72511e5
msg345621https://bugs.python.org/issue35537#msg345621
(view)https://bugs.python.org/msg345621
e696b15a62dd0c85fe6ed3c9698b5f889c0bb1b3https://hg.python.org/lookup/e696b15a62dd0c85fe6ed3c9698b5f889c0bb1b3
bpo-35537https://bugs.python.org/issue35537
GH-11721https://github.com/python/cpython/pull/11721
https://github.com/python/cpython/commit/e696b15a62dd0c85fe6ed3c9698b5f889c0bb1b3https://github.com/python/cpython/commit/e696b15a62dd0c85fe6ed3c9698b5f889c0bb1b3
pull_request18150https://bugs.python.org/pull_request18150
miss-islingtonhttps://bugs.python.org/user27838
msg345621https://bugs.python.org/msg345621
pull_request13947https://bugs.python.org/pull_request13947
msg345617https://bugs.python.org/msg345617
msg344683https://bugs.python.org/msg344683
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
pull_request11476https://bugs.python.org/pull_request11476
pull_request11587https://bugs.python.org/pull_request11587
pull_request11586https://bugs.python.org/pull_request11586
pull_request11264https://bugs.python.org/pull_request11264
pull_request11263https://bugs.python.org/pull_request11263
pull_request11524https://bugs.python.org/pull_request11524
pull_request11523https://bugs.python.org/pull_request11523
pull_request11584https://bugs.python.org/pull_request11584
pull_request11583https://bugs.python.org/pull_request11583
pull_request11258https://bugs.python.org/pull_request11258
pull_request11257https://bugs.python.org/pull_request11257
pull_request11334https://bugs.python.org/pull_request11334
pull_request11335https://bugs.python.org/pull_request11335
pull_request11248https://bugs.python.org/pull_request11248
pull_request11249https://bugs.python.org/pull_request11249
pull_request10917https://bugs.python.org/pull_request10917
pull_request10918https://bugs.python.org/pull_request10918
pull_request11595https://bugs.python.org/pull_request11595
pull_request11594https://bugs.python.org/pull_request11594
pull_request11593https://bugs.python.org/pull_request11593
pull_request11626https://bugs.python.org/pull_request11626
pull_request11627https://bugs.python.org/pull_request11627
pull_request11628https://bugs.python.org/pull_request11628
msg340838https://bugs.python.org/msg340838
pull_request11942https://bugs.python.org/pull_request11942
pull_request11628https://bugs.python.org/pull_request11628
pull_request11627https://bugs.python.org/pull_request11627
pull_request11626https://bugs.python.org/pull_request11626
msg334685https://bugs.python.org/msg334685
pull_request11596https://bugs.python.org/pull_request11596
pull_request11595https://bugs.python.org/pull_request11595
pull_request11594https://bugs.python.org/pull_request11594
pull_request11593https://bugs.python.org/pull_request11593
msg334662https://bugs.python.org/msg334662
pull_request11588https://bugs.python.org/pull_request11588
pull_request11587https://bugs.python.org/pull_request11587
pull_request11586https://bugs.python.org/pull_request11586
pull_request11585https://bugs.python.org/pull_request11585
pull_request11584https://bugs.python.org/pull_request11584
pull_request11583https://bugs.python.org/pull_request11583
msg334661https://bugs.python.org/msg334661
pull_request11528https://bugs.python.org/pull_request11528
pull_request11525https://bugs.python.org/pull_request11525
pull_request11524https://bugs.python.org/pull_request11524
pull_request11523https://bugs.python.org/pull_request11523
msg334337https://bugs.python.org/msg334337
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg334305https://bugs.python.org/msg334305
pull_request11477https://bugs.python.org/pull_request11477
pull_request11476https://bugs.python.org/pull_request11476
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg334292https://bugs.python.org/msg334292
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg334288https://bugs.python.org/msg334288
msg334269https://bugs.python.org/msg334269
msg334268https://bugs.python.org/msg334268
msg333994https://bugs.python.org/msg333994
pull_request11336https://bugs.python.org/pull_request11336
pull_request11335https://bugs.python.org/pull_request11335
pull_request11334https://bugs.python.org/pull_request11334
msg333902https://bugs.python.org/msg333902
msg333889https://bugs.python.org/msg333889
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333839https://bugs.python.org/msg333839
msg333825https://bugs.python.org/msg333825
msg333820https://bugs.python.org/msg333820
msg333805https://bugs.python.org/msg333805
msg333803https://bugs.python.org/msg333803
msg333800https://bugs.python.org/msg333800
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333799https://bugs.python.org/msg333799
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333795https://bugs.python.org/msg333795
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333794https://bugs.python.org/msg333794
pull_request11265https://bugs.python.org/pull_request11265
pull_request11264https://bugs.python.org/pull_request11264
pull_request11263https://bugs.python.org/pull_request11263
msg333771https://bugs.python.org/msg333771
pull_request11259https://bugs.python.org/pull_request11259
pull_request11258https://bugs.python.org/pull_request11258
pull_request11257https://bugs.python.org/pull_request11257
kevanshttps://bugs.python.org/user30322
msg333749https://bugs.python.org/msg333749
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
subprocess_bench_stdout.pyhttps://bugs.python.org/file48057
msg333745https://bugs.python.org/msg333745
pull_request11250https://bugs.python.org/pull_request11250
pull_request11249https://bugs.python.org/pull_request11249
pull_request11248https://bugs.python.org/pull_request11248
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333744https://bugs.python.org/msg333744
msg333740https://bugs.python.org/msg333740
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333739https://bugs.python.org/msg333739
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
pitrouhttps://bugs.python.org/user2040
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333738https://bugs.python.org/msg333738
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333657https://bugs.python.org/msg333657
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333656https://bugs.python.org/msg333656
msg333646https://bugs.python.org/msg333646
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333629https://bugs.python.org/msg333629
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
koobshttps://bugs.python.org/user16276
msg333571https://bugs.python.org/msg333571
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333131https://bugs.python.org/msg333131
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333127https://bugs.python.org/msg333127
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
patchhttps://bugs.python.org/keyword2
msg333126https://bugs.python.org/msg333126
patchhttps://bugs.python.org/keyword2
pull_request10919https://bugs.python.org/pull_request10919
patchhttps://bugs.python.org/keyword2
pull_request10918https://bugs.python.org/pull_request10918
patchhttps://bugs.python.org/keyword2
pull_request10917https://bugs.python.org/pull_request10917
msg333123https://bugs.python.org/msg333123
msg332565https://bugs.python.org/msg332565
msg332393https://bugs.python.org/msg332393
msg332272https://bugs.python.org/msg332272
msg332270https://bugs.python.org/msg332270
msg332266https://bugs.python.org/msg332266
msg332239https://bugs.python.org/msg332239
msg332238https://bugs.python.org/msg332238
msg332237https://bugs.python.org/msg332237
msg332236https://bugs.python.org/msg332236
msg332235https://bugs.python.org/msg332235
msg332223https://bugs.python.org/msg332223
msg332222https://bugs.python.org/msg332222
msg332219https://bugs.python.org/msg332219
msg332217https://bugs.python.org/msg332217
pitrouhttps://bugs.python.org/user2040
pablogsalhttps://bugs.python.org/user26865
serhiy.storchakahttps://bugs.python.org/user15623
msg332216https://bugs.python.org/msg332216
msg332213https://bugs.python.org/msg332213
msg332212https://bugs.python.org/msg332212
msg332210https://bugs.python.org/msg332210
subprocess_bench.pyhttps://bugs.python.org/file48011
msg332204https://bugs.python.org/msg332204
vstinnerhttps://bugs.python.org/user2377
gregory.p.smithhttps://bugs.python.org/user252
izbyshevhttps://bugs.python.org/user25071
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.