René's URL Explorer Experiment


Title: Issue 39355: The Python library will not compile with a C++2020 compiler because the code uses the reserved “module” keyword - Python tracker

Mail addresses
report@bugs.python.org
hasan.aleeyev@gmail.com
report@bugs.python.org
report@bugs.python.org
vstinner@python.org
report@bugs.python.org

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/83536 https://github.com/python/cpython/issues/83536
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
PR 28359https://github.com/python/cpython/pull/28359
PR 28373https://github.com/python/cpython/pull/28373
PR 31282https://github.com/python/cpython/pull/31282
PR 32175https://github.com/python/cpython/pull/32175
msg360103https://bugs.python.org/issue39355#msg360103
(view)https://bugs.python.org/msg360103
msg360106https://bugs.python.org/issue39355#msg360106
(view)https://bugs.python.org/msg360106
msg360110https://bugs.python.org/issue39355#msg360110
(view)https://bugs.python.org/msg360110
bpo-1086854https://bugs.python.org/issue1086854
bpo-38007https://bugs.python.org/issue38007
msg360115https://bugs.python.org/issue39355#msg360115
(view)https://bugs.python.org/msg360115
msg398915https://bugs.python.org/issue39355#msg398915
(view)https://bugs.python.org/msg398915
msg399073https://bugs.python.org/issue39355#msg399073
(view)https://bugs.python.org/msg399073
msg399975https://bugs.python.org/issue39355#msg399975
(view)https://bugs.python.org/msg399975
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1103r3.pdfhttp://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1103r3.pdf
msg401109https://bugs.python.org/issue39355#msg401109
(view)https://bugs.python.org/msg401109
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1103r3.pdfhttp://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1103r3.pdf
https://bugs.python.org/issue39355https://bugs.python.org/issue39355
msg401778https://bugs.python.org/issue39355#msg401778
(view)https://bugs.python.org/msg401778
msg413056https://bugs.python.org/issue39355#msg413056
(view)https://bugs.python.org/msg413056
Include/cpython/https://github.com/python/cpython/blob/master/Include/cpython/
msg414646https://bugs.python.org/issue39355#msg414646
(view)https://bugs.python.org/msg414646
msg414654https://bugs.python.org/issue39355#msg414654
(view)https://bugs.python.org/msg414654
https://en.cppreference.com/w/cpp/compiler_supporthttps://en.cppreference.com/w/cpp/compiler_support
https://bugs.python.org/issue39355https://bugs.python.org/issue39355
msg416253https://bugs.python.org/issue39355#msg416253
(view)https://bugs.python.org/msg416253
Modules/_testcppext.cpp:419https://github.com/python/cpython/blob/master/Modules/_testcppext.cpp#L419
msg416254https://bugs.python.org/issue39355#msg416254
(view)https://bugs.python.org/msg416254
https://github.com/h2oai/datatable/pull/3231#issuecomment-1032864790https://github.com/h2oai/datatable/pull/3231#issuecomment-1032864790
https://github.com/python/pythoncapi_compat/commit/347746379f79fa091017e23427932c9f9980234dhttps://github.com/python/pythoncapi_compat/commit/347746379f79fa091017e23427932c9f9980234d
https://github.com/python/pythoncapi_compat/pull/18https://github.com/python/pythoncapi_compat/pull/18
https://github.com/h2oai/datatable/pull/3237https://github.com/h2oai/datatable/pull/3237
https://github.com/python/pythoncapi_compat/pull/22https://github.com/python/pythoncapi_compat/pull/22
msg416255https://bugs.python.org/issue39355#msg416255
(view)https://bugs.python.org/msg416255
https://en.cppreference.com/w/cpp/compiler_supporthttps://en.cppreference.com/w/cpp/compiler_support
Modules/_testcppext.cpphttps://github.com/python/cpython/blob/master/Modules/_testcppext.cpp
Modules/_testcppext.cpphttps://github.com/python/cpython/blob/master/Modules/_testcppext.cpp
Modules/_testcppext.cpphttps://github.com/python/cpython/blob/master/Modules/_testcppext.cpp
Modules/_testcppext.cpphttps://github.com/python/cpython/blob/master/Modules/_testcppext.cpp
msg416256https://bugs.python.org/issue39355#msg416256
(view)https://bugs.python.org/msg416256
GH-32175https://github.com/python/cpython/pull/32175
https://bugs.python.org/issue39355https://bugs.python.org/issue39355
GH-31282https://github.com/python/cpython/pull/31282
msg416257https://bugs.python.org/issue39355#msg416257
(view)https://bugs.python.org/msg416257
https://en.cppreference.com/w/cpp/language/modules#Module_declarationshttps://en.cppreference.com/w/cpp/language/modules#Module_declarations
https://en.cppreference.com/w/cpp/keyword/modulehttps://en.cppreference.com/w/cpp/keyword/module
msg416259https://bugs.python.org/issue39355#msg416259
(view)https://bugs.python.org/msg416259
msg416360https://bugs.python.org/issue39355#msg416360
(view)https://bugs.python.org/msg416360
bpo-47165https://bugs.python.org/issue47165
msg416360https://bugs.python.org/msg416360
corona10https://bugs.python.org/user25975
msg416259https://bugs.python.org/msg416259
msg416257https://bugs.python.org/msg416257
msg416256https://bugs.python.org/msg416256
pull_request30252https://bugs.python.org/pull_request30252
msg416255https://bugs.python.org/msg416255
msg416254https://bugs.python.org/msg416254
msg416253https://bugs.python.org/msg416253
msg414654https://bugs.python.org/msg414654
msg414646https://bugs.python.org/msg414646
pull_request29442https://bugs.python.org/pull_request29442
msg413056https://bugs.python.org/msg413056
msg413055https://bugs.python.org/msg413055
erlendaaslandhttps://bugs.python.org/user31937
msg413055https://bugs.python.org/msg413055
pull_request26787https://bugs.python.org/pull_request26787
patchhttps://bugs.python.org/keyword2
pull_request26773https://bugs.python.org/pull_request26773
msg401778https://bugs.python.org/msg401778
msg401109https://bugs.python.org/msg401109
msg399975https://bugs.python.org/msg399975
msg399073https://bugs.python.org/msg399073
AliyevHhttps://bugs.python.org/user35749
msg398915https://bugs.python.org/msg398915
petr.viktorinhttps://bugs.python.org/user9942
msg360115https://bugs.python.org/msg360115
msg360110https://bugs.python.org/msg360110
easy (C)https://bugs.python.org/keyword18
serhiy.storchakahttps://bugs.python.org/user15623
msg360106https://bugs.python.org/msg360106
vstinnerhttps://bugs.python.org/user2377
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.