René's URL Explorer Experiment


Title: Issue 37980: regression when passing numpy bools to sorted(..., reverse=r) - 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/82161 https://github.com/python/cpython/issues/82161
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
numpy_warning_bisect.loghttps://bugs.python.org/file48568/numpy_warning_bisect.log
python_bisect.shhttps://bugs.python.org/file48569/python_bisect.sh
test.pyhttps://bugs.python.org/file48570/test.py
msg350800https://bugs.python.org/issue37980#msg350800
(view)https://bugs.python.org/msg350800
https://github.com/python/cpython/pull/11952https://github.com/python/cpython/pull/11952
msg350803https://bugs.python.org/issue37980#msg350803
(view)https://bugs.python.org/msg350803
https://github.com/numpy/numpy/issues/14397https://github.com/numpy/numpy/issues/14397
msg350806https://bugs.python.org/issue37980#msg350806
(view)https://bugs.python.org/msg350806
#37427https://bugs.python.org/issue37427
https://github.com/python/cpython/blob/8ba8cc51a9899594f7fe66fe790973d83fd3d657/Lib/pathlib.py#L190https://github.com/python/cpython/blob/8ba8cc51a9899594f7fe66fe790973d83fd3d657/Lib/pathlib.py#L190
msg350844https://bugs.python.org/issue37980#msg350844
(view)https://bugs.python.org/msg350844
PR-11952https://github.com/python/cpython/pull/11952
msg350845https://bugs.python.org/issue37980#msg350845
(view)https://bugs.python.org/msg350845
https://www.python.org/download/releases/2.3/highlights/https://www.python.org/download/releases/2.3/highlights/
https://github.com/python/cpython/blob/85a5fbbdfea617f6cc8fae82c9e8c2b5c424436d/Objects/listobject.c#L423https://github.com/python/cpython/blob/85a5fbbdfea617f6cc8fae82c9e8c2b5c424436d/Objects/listobject.c#L423
https://github.com/python/cpython/commit/4c08d554b9009899780a5e003d6bbeb5413906eehttps://github.com/python/cpython/commit/4c08d554b9009899780a5e003d6bbeb5413906ee
https://docs.python.org/3/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-convertershttps://docs.python.org/3/howto/clinic.html#using-real-argument-clinic-converters-instead-of-legacy-converters
https://github.com/python/cpython/blob/7fcc2088a50a4ecb80e5644cd195bee209c9f979/Python/bltinmodule.c#L1888https://github.com/python/cpython/blob/7fcc2088a50a4ecb80e5644cd195bee209c9f979/Python/bltinmodule.c#L1888
msg350857https://bugs.python.org/issue37980#msg350857
(view)https://bugs.python.org/msg350857
msg350858https://bugs.python.org/issue37980#msg350858
(view)https://bugs.python.org/msg350858
msg350860https://bugs.python.org/issue37980#msg350860
(view)https://bugs.python.org/msg350860
issue15999https://bugs.python.org/issue15999
msg350868https://bugs.python.org/issue37980#msg350868
(view)https://bugs.python.org/msg350868
msg350873https://bugs.python.org/issue37980#msg350873
(view)https://bugs.python.org/msg350873
https://github.com/numpy/numpy/pull/9685https://github.com/numpy/numpy/pull/9685
msg350877https://bugs.python.org/issue37980#msg350877
(view)https://bugs.python.org/msg350877
msg354449https://bugs.python.org/issue37980#msg354449
(view)https://bugs.python.org/msg354449
msg375901https://bugs.python.org/issue37980#msg375901
(view)https://bugs.python.org/msg375901
lizardlizardhttps://bugs.python.org/user35634
msg375901https://bugs.python.org/msg375901
msg354449https://bugs.python.org/msg354449
Ryan Mayhttps://bugs.python.org/user24600
ralf.gommershttps://bugs.python.org/user18776
msg350877https://bugs.python.org/msg350877
msg350873https://bugs.python.org/msg350873
msg350868https://bugs.python.org/msg350868
msg350860https://bugs.python.org/msg350860
tim.petershttps://bugs.python.org/user6
rhettingerhttps://bugs.python.org/user114
msg350858https://bugs.python.org/msg350858
msg350857https://bugs.python.org/msg350857
ammar2https://bugs.python.org/user24221
msg350845https://bugs.python.org/msg350845
vstinnerhttps://bugs.python.org/user2377
serhiy.storchakahttps://bugs.python.org/user15623
msg350844https://bugs.python.org/msg350844
seberghttps://bugs.python.org/user16925
terry.reedyhttps://bugs.python.org/user155
mark.dickinsonhttps://bugs.python.org/user1118
msg350806https://bugs.python.org/msg350806
msg350803https://bugs.python.org/msg350803
test.pyhttps://bugs.python.org/file48570
python_bisect.shhttps://bugs.python.org/file48569
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.