repo stringclasses 1 value | instance_id stringlengths 20 22 | problem_statement stringlengths 126 60.8k | merge_commit stringlengths 40 40 | base_commit stringlengths 40 40 |
|---|---|---|---|---|
python/cpython | python__cpython-110883 | # pdb does not drop into debugger upon SyntaxError caused by ast.literal_eval
BPO | [40403](https://bugs.python.org/issue40403)
--- | :---
Nosy | @terryjreedy, @xdegaye, @remilapeyre, @isidentical
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-04-27.03:07:35.981>
labels = ['type-bug', '3.8', '3.9', '3.10', '3.7', 'library']
title = 'pdb does not drop into debugger upon SyntaxError caused by ast.literal_eval'
updated_at = <Date 2020-06-03.09:03:33.251>
user = 'https://bugs.python.org/KerrickStaley'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-03.09:03:33.251>
actor = 'xdegaye'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-04-27.03:07:35.981>
creator = 'Kerrick Staley'
dependencies = []
files = []
hgrepos = []
issue_num = 40403
keywords = []
message_count = 6.0
messages = ['367363', '370570', '370579', '370592', '370594', '370649']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'xdegaye', 'remi.lapeyre', 'BTaskaya', 'Kerrick Staley']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40403'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110883
<!-- /gh-linked-prs -->
| fa18b0afe47615dbda15407a102b84e40cadf6a5 | 84b7e9e3fa67fb9b92088d17839d8235f1cec62e |
python/cpython | python__cpython-100618 | # multiprocessing's default posix start method of `'fork'` is broken: change to ``'forkserver' || 'spawn'`
BPO | [40379](https://bugs.python.org/issue40379)
--- | :---
Nosy | @pitrou, @mgorny, @Julian, @wimglenn, @applio, @itamarst
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-04-24.18:22:23.389>
labels = ['3.8', 'type-bug', '3.7', '3.9']
title = "multiprocessing's default start method of fork()-without-exec() is broken"
updated_at = <Date 2022-02-11.16:13:53.872>
user = 'https://bugs.python.org/itamarst'
```
bugs.python.org fields:
```python
activity = <Date 2022-02-11.16:13:53.872>
actor = 'mgorny'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-04-24.18:22:23.389>
creator = 'itamarst'
dependencies = []
files = []
hgrepos = []
issue_num = 40379
keywords = []
message_count = 11.0
messages = ['367210', '367211', '368173', '380478', '392358', '392501', '392503', '392506', '392507', '392508', '413081']
nosy_count = 8.0
nosy_names = ['pitrou', 'mgorny', 'Julian', 'wim.glenn', 'itamarst', 'davin', 'itamarst2', 'aduncan']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40379'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100618
* gh-101530
* gh-101551
* gh-101556
* gh-126697
* gh-127467
* gh-128173
* gh-137156
<!-- /gh-linked-prs -->
| d4c410f0f922683f38c9d435923939d037fbd8c2 | f6c53b80a16f63825479c5ca0f8a5e2829c3f505 |
python/cpython | python__cpython-125870 | # argparse: action "extend" with 1 parameter splits strings into characters
BPO | [40365](https://bugs.python.org/issue40365)
--- | :---
Nosy | @rhettinger, @berkerpeksag, @asottile, @isidentical, @jonathanhaigh
Files | <li>[argparse_bug.py](https://bugs.python.org/file49086/argparse_bug.py "Uploaded as text/plain at 2020-04-22.17:42:36 by strjan"): Minimal example</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-04-22.17:42:36.895>
labels = ['type-bug', '3.8', '3.9']
title = 'argparse: action "extend" with 1 parameter splits strings into characters'
updated_at = <Date 2020-06-09.13:20:45.393>
user = 'https://bugs.python.org/strjan'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-09.13:20:45.393>
actor = 'Jonathan Haigh'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-04-22.17:42:36.895>
creator = 'strjan'
dependencies = []
files = ['49086']
hgrepos = []
issue_num = 40365
keywords = []
message_count = 4.0
messages = ['367033', '367045', '370898', '371103']
nosy_count = 7.0
nosy_names = ['rhettinger', 'berker.peksag', 'paul.j3', 'Anthony Sottile', 'BTaskaya', 'strjan', 'Jonathan Haigh']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40365'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-125870
* gh-125964
* gh-125965
<!-- /gh-linked-prs -->
| da8673da362a2135cd621ac619d3aced6bb55100 | 75401febc91a449cc4f4391d663e9a96ce91bb6c |
python/cpython | python__cpython-110596 | # “unmatched paren” for space before parenthesis in Py_BuildValue
BPO | [40309](https://bugs.python.org/issue40309)
--- | :---
Nosy | @Wrzlprmft, @ZackerySpytz
PRs | <li>python/cpython#21158</li>
Files | <li>[foo.c](https://bugs.python.org/file49069/foo.c "Uploaded as text/x-csrc at 2020-04-17.08:54:26 by @Wrzlprmft"): Minimal Python C Extension showing the bug</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-04-17.08:54:27.483>
labels = ['expert-C-API', '3.7', '3.8']
title = '\xe2\x80\x9cunmatched paren\xe2\x80\x9d for space before parenthesis in Py_BuildValue'
updated_at = <Date 2020-06-25.15:53:09.748>
user = 'https://github.com/Wrzlprmft'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-25.15:53:09.748>
actor = 'ZackerySpytz'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2020-04-17.08:54:27.483>
creator = 'Wrzlprmft'
dependencies = []
files = ['49069']
hgrepos = []
issue_num = 40309
keywords = ['patch']
message_count = 1.0
messages = ['366647']
nosy_count = 2.0
nosy_names = ['Wrzlprmft', 'ZackerySpytz']
pr_nums = ['21158']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40309'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110596
* gh-110680
<!-- /gh-linked-prs -->
| 5c6e85480ad8365c1b05fdbd678c7867103f7d76 | 3dd593e2f2527e199ff7401308131e6888f0cf6c |
python/cpython | python__cpython-132848 | # test_ioctl skipped -- Unable to open /dev/tty
BPO | [39813](https://bugs.python.org/issue39813)
--- | :---
Nosy | @ericvsmith, @Marco-Sulla
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-03-01.14:29:15.207>
labels = ['build', 'tests', '3.9']
title = 'test_ioctl skipped -- Unable to open /dev/tty'
updated_at = <Date 2020-03-01.19:26:27.067>
user = 'https://github.com/Marco-Sulla'
```
bugs.python.org fields:
```python
activity = <Date 2020-03-01.19:26:27.067>
actor = 'Marco Sulla'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-03-01.14:29:15.207>
creator = 'Marco Sulla'
dependencies = []
files = []
hgrepos = []
issue_num = 39813
keywords = []
message_count = 3.0
messages = ['363063', '363070', '363081']
nosy_count = 2.0
nosy_names = ['eric.smith', 'Marco Sulla']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue39813'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-132848
* gh-132850
<!-- /gh-linked-prs -->
| 4b4b9fbb06198f65424ed5be06c59f8b2801b99b | e2c69d36d16227a751c2d9c0f8a919cecf6b3048 |
python/cpython | python__cpython-103414 | # Doc for `-X dev` option should mention PYTHONDEVMODE
BPO | [39712](https://bugs.python.org/issue39712)
--- | :---
Nosy | @pitrou, @vstinner, @ezio-melotti, @merwok, @willingc, @JulienPalard, @tirkarthi, @erlend-aasland, @rahul-kumi
PRs | <li>python/cpython#18685</li>
Files | <li>[0001-bpo-39712.patch](https://bugs.python.org/file48926/0001-bpo-39712.patch "Uploaded as text/plain at 2020-02-28.10:24:34 by @erlend-aasland")</li><li>[0001-3.8-bpo-39712.patch](https://bugs.python.org/file48927/0001-3.8-bpo-39712.patch "Uploaded as text/plain at 2020-02-28.10:24:45 by @erlend-aasland")</li><li>[0001-3.7-bpo-39712.patch](https://bugs.python.org/file48928/0001-3.7-bpo-39712.patch "Uploaded as text/plain at 2020-02-28.10:24:54 by @erlend-aasland")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-02-21.16:57:39.490>
labels = ['easy', '3.7', '3.8', '3.9', 'type-feature', 'docs']
title = 'Doc for `-X dev` option should mention PYTHONDEVMODE'
updated_at = <Date 2020-02-29.23:00:44.564>
user = 'https://github.com/pitrou'
```
bugs.python.org fields:
```python
activity = <Date 2020-02-29.23:00:44.564>
actor = 'erlendaasland'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-02-21.16:57:39.490>
creator = 'pitrou'
dependencies = []
files = ['48926', '48927', '48928']
hgrepos = []
issue_num = 39712
keywords = ['patch', 'easy', 'newcomer friendly']
message_count = 4.0
messages = ['362414', '362525', '363025', '363030']
nosy_count = 10.0
nosy_names = ['pitrou', 'vstinner', 'ezio.melotti', 'eric.araujo', 'docs@python', 'willingc', 'mdk', 'xtreak', 'erlendaasland', 'rahul-kumi']
pr_nums = ['18685']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39712'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103414
* gh-103467
<!-- /gh-linked-prs -->
| d65ed693a8a13a2a7f9b201bda1224d6ae5fcf0e | 8f54302ab49a07e857843f1a551db5ddb536ce56 |
python/cpython | python__cpython-104807 | # pathlib.Path objects can be used as context managers
BPO | [39682](https://bugs.python.org/issue39682)
--- | :---
Nosy | @brettcannon, @pitrou, @barneygale
PRs | <li>python/cpython#18846</li><li>python/cpython#30971</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2020-04-01.14:11:09.381>
created_at = <Date 2020-02-19.02:10:35.842>
labels = ['type-bug', 'library', '3.9']
title = 'pathlib.Path objects can be used as context managers'
updated_at = <Date 2022-01-27.23:22:28.820>
user = 'https://github.com/barneygale'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-27.23:22:28.820>
actor = 'barneygale'
assignee = 'none'
closed = True
closed_date = <Date 2020-04-01.14:11:09.381>
closer = 'pitrou'
components = ['Library (Lib)']
creation = <Date 2020-02-19.02:10:35.842>
creator = 'barneygale'
dependencies = []
files = []
hgrepos = []
issue_num = 39682
keywords = ['patch']
message_count = 14.0
messages = ['362244', '362840', '362934', '363206', '363209', '363218', '363260', '363261', '363285', '363298', '363383', '363468', '363469', '365473']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'pitrou', 'Isaac Muse', 'barneygale']
pr_nums = ['18846', '30971']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39682'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-104807
<!-- /gh-linked-prs -->
| 6b1510cf11c16c8e4381810c15ceeda6f89e79f4 | e0b3078705b271ff278dfbc788c2b061c92a9aa3 |
python/cpython | python__cpython-101545 | # datetime.astimezone() method does not handle invalid local times as required by PEP 495
BPO | [39680](https://bugs.python.org/issue39680)
--- | :---
Nosy | @abalkin, @pganssle
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/abalkin'
closed_at = None
created_at = <Date 2020-02-19.00:56:00.603>
labels = ['type-bug', '3.9']
title = 'datetime.astimezone() method does not handle invalid local times as required by PEP 495'
updated_at = <Date 2020-02-19.00:56:00.603>
user = 'https://github.com/abalkin'
```
bugs.python.org fields:
```python
activity = <Date 2020-02-19.00:56:00.603>
actor = 'belopolsky'
assignee = 'belopolsky'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-02-19.00:56:00.603>
creator = 'belopolsky'
dependencies = []
files = []
hgrepos = []
issue_num = 39680
keywords = []
message_count = 1.0
messages = ['362241']
nosy_count = 2.0
nosy_names = ['belopolsky', 'p-ganssle']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39680'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101545
<!-- /gh-linked-prs -->
| 2b1260c55763a952c57b92fe0f274b6ee79efd05 | d4aa8578b18d12380c841de96e8f80cac52bf61a |
python/cpython | python__cpython-114279 | # forked process in multiprocessing does not honour atexit
BPO | [39675](https://bugs.python.org/issue39675)
--- | :---
Nosy | @pitrou, @applio, @pablogsal, @gaborbernat
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/pablogsal'
closed_at = None
created_at = <Date 2020-02-18.11:35:55.954>
labels = ['type-bug', 'library', '3.9']
title = 'forked process in multiprocessing does not honour atexit'
updated_at = <Date 2020-02-18.12:27:31.963>
user = 'https://github.com/gaborbernat'
```
bugs.python.org fields:
```python
activity = <Date 2020-02-18.12:27:31.963>
actor = 'pablogsal'
assignee = 'pablogsal'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-02-18.11:35:55.954>
creator = 'gaborjbernat'
dependencies = []
files = []
hgrepos = []
issue_num = 39675
keywords = []
message_count = 1.0
messages = ['362197']
nosy_count = 4.0
nosy_names = ['pitrou', 'davin', 'pablogsal', 'gaborjbernat']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39675'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114279
<!-- /gh-linked-prs -->
| 998c3856c1e922ece806c162858dc587a1e92e02 | cb57a52a85a7845b1c017085f05a7f6d71855edc |
python/cpython | python__cpython-115883 | # Improve test coverage for operator module
BPO | [39664](https://bugs.python.org/issue39664)
--- | :---
Nosy | @tirkarthi
PRs | <li>python/cpython#18537</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-02-17.16:23:29.561>
labels = ['type-bug', 'tests', '3.9']
title = 'Improve test coverage for operator module'
updated_at = <Date 2020-02-17.16:30:15.054>
user = 'https://github.com/tirkarthi'
```
bugs.python.org fields:
```python
activity = <Date 2020-02-17.16:30:15.054>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-02-17.16:23:29.561>
creator = 'xtreak'
dependencies = []
files = []
hgrepos = []
issue_num = 39664
keywords = ['patch']
message_count = 1.0
messages = ['362150']
nosy_count = 1.0
nosy_names = ['xtreak']
pr_nums = ['18537']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39664'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-115883
* gh-117253
* gh-117254
<!-- /gh-linked-prs -->
| 771902c257372e6c4df1ead4e8c46308561db7a7 | ea9a296fce2f786b4cf43c7924e5de01061f27ca |
python/cpython | python__cpython-120599 | # [C API] Avoid accessing PyObject and PyVarObject members directly: add Py_SET_TYPE() and Py_IS_TYPE(), disallow Py_TYPE(obj)=type
BPO | [39573](https://bugs.python.org/issue39573)
--- | :---
Nosy | @vstinner
PRs | <li>python/cpython#18388</li><li>python/cpython#18389</li><li>python/cpython#18390</li><li>python/cpython#18391</li><li>python/cpython#18392</li><li>python/cpython#18393</li><li>python/cpython#18394</li><li>python/cpython#18398</li><li>python/cpython#18400</li><li>python/cpython#18402</li><li>python/cpython#18411</li><li>python/cpython#18419</li><li>python/cpython#18488</li><li>python/cpython#18496</li><li>python/cpython#18507</li><li>python/cpython#18508</li><li>python/cpython#18521</li><li>python/cpython#18601</li><li>python/cpython#18789</li><li>python/cpython#18798</li><li>python/cpython#18799</li><li>python/cpython#18804</li><li>python/cpython#18809</li><li>python/cpython#19882</li><li>python/cpython#19975</li><li>python/cpython#20290</li><li>python/cpython#20391</li><li>python/cpython#20429</li><li>python/cpython#20610</li><li>python/cpython#21262</li><li>python/cpython#21433</li><li>python/cpython#23366</li><li>python/cpython#23375</li><li>python/cpython#26493</li><li>python/cpython#26550</li><li>python/cpython#26596</li><li>python/cpython#28128</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2021-09-08.16:32:15.871>
created_at = <Date 2020-02-06.23:07:12.131>
labels = ['expert-C-API', '3.11']
title = '[C API] Avoid accessing PyObject and PyVarObject members directly: add Py_SET_TYPE() and Py_IS_TYPE(), disallow Py_TYPE(obj)=type'
updated_at = <Date 2022-01-20.00:24:00.180>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-20.00:24:00.180>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2021-09-08.16:32:15.871>
closer = 'vstinner'
components = ['C API']
creation = <Date 2020-02-06.23:07:12.131>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 39573
keywords = ['patch']
message_count = 96.0
messages = ['361513', '361514', '361515', '361516', '361517', '361518', '361519', '361522', '361523', '361526', '361527', '361529', '361531', '361540', '361549', '361555', '361557', '361590', '361593', '361607', '361611', '361626', '361631', '361639', '361904', '361960', '361961', '361963', '361964', '361965', '361971', '361977', '361987', '361988', '362033', '362034', '362133', '362134', '362166', '362212', '362216', '362445', '363345', '363494', '363564', '365690', '366473', '366493', '368047', '369896', '369898', '370074', '370303', '370638', '370663', '370665', '370666', '370671', '370729', '370902', '370932', '372308', '373460', '379675', '379679', '379680', '379757', '379759', '381337', '381345', '381365', '381374', '381403', '381404', '382260', '382534', '382539', '382780', '382781', '382783', '394954', '394971', '395018', '395205', '395206', '395287', '395323', '395536', '401365', '401370', '401378', '401395', '401396', '401399', '403252', '410995']
nosy_count = 1.0
nosy_names = ['vstinner']
pr_nums = ['18388', '18389', '18390', '18391', '18392', '18393', '18394', '18398', '18400', '18402', '18411', '18419', '18488', '18496', '18507', '18508', '18521', '18601', '18789', '18798', '18799', '18804', '18809', '19882', '19975', '20290', '20391', '20429', '20610', '21262', '21433', '23366', '23375', '26493', '26550', '26596', '28128']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue39573'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-120599
<!-- /gh-linked-prs -->
| c2d5df5787b1f7fbd2583811c66c34a417593cad | 3df2022931f77c5cadb3f51b371be6ae17587ede |
python/cpython | python__cpython-114086 | # Allow to deprecate CLI arguments in argparse
BPO | [39467](https://bugs.python.org/issue39467)
--- | :---
Nosy | @rhettinger, @serhiy-storchaka, @4383, @shihai1991
PRs | <li>python/cpython#18208</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-01-27.18:14:11.742>
labels = ['type-feature', 'library', '3.9']
title = 'Allow to deprecate CLI arguments in argparse'
updated_at = <Date 2020-03-03.12:57:11.058>
user = 'https://github.com/4383'
```
bugs.python.org fields:
```python
activity = <Date 2020-03-03.12:57:11.058>
actor = '4383'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-01-27.18:14:11.742>
creator = '4383'
dependencies = []
files = []
hgrepos = []
issue_num = 39467
keywords = ['patch']
message_count = 6.0
messages = ['360786', '360827', '360861', '361155', '361158', '363256']
nosy_count = 6.0
nosy_names = ['rhettinger', 'djarb', 'paul.j3', 'serhiy.storchaka', '4383', 'shihai1991']
pr_nums = ['18208']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39467'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114086
* gh-115640
* gh-121877
* gh-121878
<!-- /gh-linked-prs -->
| bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac | c32bae52904723d99e1f98e2ef54570268d86467 |
python/cpython | python__cpython-101676 | # Mention nonlocal too in assignment quirk
BPO | [39431](https://bugs.python.org/issue39431)
--- | :---
Nosy | @terryjreedy, @miss-islington, @shanavas786
PRs | <li>python/cpython#17375</li><li>python/cpython#18152</li><li>python/cpython#18153</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2020-01-23.18:58:56.453>
created_at = <Date 2020-01-23.11:40:24.221>
labels = ['3.8', 'type-bug', '3.7', '3.9', 'docs']
title = 'Mention nonlocal too in assignment quirk'
updated_at = <Date 2020-01-23.18:58:56.453>
user = 'https://github.com/shanavas786'
```
bugs.python.org fields:
```python
activity = <Date 2020-01-23.18:58:56.453>
actor = 'terry.reedy'
assignee = 'docs@python'
closed = True
closed_date = <Date 2020-01-23.18:58:56.453>
closer = 'terry.reedy'
components = ['Documentation']
creation = <Date 2020-01-23.11:40:24.221>
creator = 'shanavasm'
dependencies = []
files = []
hgrepos = []
issue_num = 39431
keywords = ['patch']
message_count = 4.0
messages = ['360553', '360572', '360574', '360575']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'docs@python', 'miss-islington', 'shanavasm']
pr_nums = ['17375', '18152', '18153']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39431'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101676
<!-- /gh-linked-prs -->
| 1f7838bcc0282d82bf51a25b194f8471574abce6 | 85788edca4ed651d9c83742329e5b395c81e62be |
python/cpython | python__cpython-117232 | # Running the test suite with --junit-xml and -R incorrectly reports refleaks
BPO | [39253](https://bugs.python.org/issue39253)
--- | :---
Nosy | @vstinner, @zooba, @pablogsal
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-01-07.23:54:53.841>
labels = ['tests', '3.9']
title = 'Running the test suite with --junit-xml and -R incorrectly reports refleaks'
updated_at = <Date 2020-01-08.17:31:56.794>
user = 'https://github.com/pablogsal'
```
bugs.python.org fields:
```python
activity = <Date 2020-01-08.17:31:56.794>
actor = 'pablogsal'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-01-07.23:54:53.841>
creator = 'pablogsal'
dependencies = []
files = []
hgrepos = []
issue_num = 39253
keywords = []
message_count = 9.0
messages = ['359561', '359562', '359563', '359606', '359608', '359610', '359611', '359612', '359615']
nosy_count = 3.0
nosy_names = ['vstinner', 'steve.dower', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue39253'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-117232
* gh-117250
* gh-117251
<!-- /gh-linked-prs -->
| d52bdfb19fadd7614a0e5abaf68525fc7300e841 | 9f74e86c78853c101a23e938f8e32ea838d8f62e |
python/cpython | python__cpython-108125 | # [venv] Adding a .gitignore file to virtual environments
BPO | [39236](https://bugs.python.org/issue39236)
--- | :---
Nosy | @brettcannon, @vsajip, @asottile, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-01-06.19:45:05.714>
labels = ['type-feature', 'library', '3.9']
title = '[venv] Adding a .gitignore file to virtual environments'
updated_at = <Date 2020-01-07.16:32:50.101>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2020-01-07.16:32:50.101>
actor = 'vinay.sajip'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-01-06.19:45:05.714>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 39236
keywords = []
message_count = 2.0
messages = ['359459', '359517']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'vinay.sajip', 'Anthony Sottile', 'xtreak']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39236'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-108125
<!-- /gh-linked-prs -->
| e218e5022eef369573808a4f8dda9aeeab663750 | 6b179adb8c05801bf069121b360531d135ee3f44 |
python/cpython | python__cpython-103630 | # unittest.mock.Mock.parent is broken or undocumented
BPO | [39222](https://bugs.python.org/issue39222)
--- | :---
Nosy | @cjw296, @voidspace, @lisroach, @mariocj89, @tirkarthi, @torfsen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-01-05.14:58:31.979>
labels = ['type-bug', '3.8', '3.9', '3.7', 'library', 'docs']
title = 'unittest.mock.Mock.parent is broken or undocumented'
updated_at = <Date 2020-01-15.12:00:36.437>
user = 'https://github.com/torfsen'
```
bugs.python.org fields:
```python
activity = <Date 2020-01-15.12:00:36.437>
actor = 'mariocj89'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Library (Lib)']
creation = <Date 2020-01-05.14:58:31.979>
creator = 'florian.brucker'
dependencies = []
files = []
hgrepos = []
issue_num = 39222
keywords = []
message_count = 7.0
messages = ['359348', '359578', '359724', '359725', '359726', '359890', '360044']
nosy_count = 7.0
nosy_names = ['cjw296', 'michael.foord', 'docs@python', 'lisroach', 'mariocj89', 'xtreak', 'florian.brucker']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue39222'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103630
<!-- /gh-linked-prs -->
| 219f01b18574469f493a3d3cb91d96c2f057218c | 5454db4ace66018179f034fbffcea8d791d66a98 |
python/cpython | python__cpython-114560 | # Python shelve __del__ ignored exception
BPO | [39202](https://bugs.python.org/issue39202)
--- | :---
Nosy | @libbkmz
Files | <li>[test_python_shelve_issue.py](https://bugs.python.org/file48826/test_python_shelve_issue.py "Uploaded as text/plain at 2020-01-03.16:19:52 by @libbkmz"): python testcases via unittests library to reproduce the issue</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2020-01-03.16:19:53.484>
labels = ['3.8', 'type-feature', 'library']
title = 'Python shelve __del__ ignored exception'
updated_at = <Date 2020-01-03.16:19:53.484>
user = 'https://github.com/libbkmz'
```
bugs.python.org fields:
```python
activity = <Date 2020-01-03.16:19:53.484>
actor = 'libbkmz'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-01-03.16:19:53.484>
creator = 'libbkmz'
dependencies = []
files = ['48826']
hgrepos = []
issue_num = 39202
keywords = []
message_count = 1.0
messages = ['359242']
nosy_count = 1.0
nosy_names = ['libbkmz']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39202'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114560
<!-- /gh-linked-prs -->
| fc060969117f5a5dc96c220eb91b1e2f863d71cf | ff7588b729a2a414ea189a2012904da3fbd1401c |
python/cpython | python__cpython-108101 | # Python launcher on Windows does not detect active venv
BPO | [38999](https://bugs.python.org/issue38999)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @RossBoylan
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-12-08.18:49:03.610>
labels = ['type-bug', '3.10', 'OS-windows']
title = 'Python launcher on Windows does not detect active venv'
updated_at = <Date 2021-03-27.04:15:08.040>
user = 'https://bugs.python.org/AlexandrosKarypidis'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-27.04:15:08.040>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2019-12-08.18:49:03.610>
creator = 'Alexandros Karypidis'
dependencies = []
files = []
hgrepos = []
issue_num = 38999
keywords = []
message_count = 12.0
messages = ['358017', '358018', '358020', '358061', '358155', '358186', '358277', '358282', '358312', '358313', '358856', '389588']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Alexandros Karypidis', 'rossb']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38999'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-108101
<!-- /gh-linked-prs -->
| 1b3bc610fd40e7c26ecb98e92f37c4ed17625c41 | 6139bf5e0c755ed22bdfb027a5299493f0c71be9 |
python/cpython | python__cpython-101676 | # better name for re.error Exception class.
BPO | [38981](https://bugs.python.org/issue38981)
--- | :---
Nosy | @gpshead, @ezio-melotti, @serhiy-storchaka, @Carreau, @sourabh025
PRs | <li>python/cpython#17501</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-12-05.16:56:07.880>
labels = ['expert-regex', 'easy', 'type-feature', '3.9']
title = 'better name for re.error Exception class.'
updated_at = <Date 2020-09-18.07:39:36.123>
user = 'https://github.com/Carreau'
```
bugs.python.org fields:
```python
activity = <Date 2020-09-18.07:39:36.123>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2019-12-05.16:56:07.880>
creator = 'mbussonn'
dependencies = []
files = []
hgrepos = []
issue_num = 38981
keywords = ['patch', 'easy']
message_count = 11.0
messages = ['357867', '357878', '357882', '357883', '357884', '357886', '357962', '357982', '357986', '358059', '358124']
nosy_count = 6.0
nosy_names = ['gregory.p.smith', 'ezio.melotti', 'mrabarnett', 'serhiy.storchaka', 'mbussonn', 'sourabh025']
pr_nums = ['17501']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue38981'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101676
* gh-101677
* gh-112987
* gh-113013
<!-- /gh-linked-prs -->
| 1f7838bcc0282d82bf51a25b194f8471574abce6 | 85788edca4ed651d9c83742329e5b395c81e62be |
python/cpython | python__cpython-111094 | # [PDB] NameError in list comprehension in PDB
BPO | [38970](https://bugs.python.org/issue38970)
--- | :---
Nosy | @xdegaye, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-12-04.15:17:03.998>
labels = ['3.7', 'type-bug', 'library']
title = '[PDB] NameError in list comprehension in PDB'
updated_at = <Date 2019-12-05.08:04:29.609>
user = 'https://bugs.python.org/castix'
```
bugs.python.org fields:
```python
activity = <Date 2019-12-05.08:04:29.609>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-12-04.15:17:03.998>
creator = 'castix'
dependencies = []
files = []
hgrepos = []
issue_num = 38970
keywords = []
message_count = 2.0
messages = ['357807', '357840']
nosy_count = 3.0
nosy_names = ['xdegaye', 'xtreak', 'castix']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38970'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111094
<!-- /gh-linked-prs -->
| e5353d49dc53632e694a5df485fafd47f6b98c91 | 5a1618a2c8c108b8c73aa9459b63f0dbd66b60f6 |
python/cpython | python__cpython-100252 | # performance degradation creating a mock object (by factor 7-8)
BPO | [38895](https://bugs.python.org/issue38895)
--- | :---
Nosy | @cjw296, @voidspace, @lisroach, @mariocj89, @tirkarthi, @julianhille, @marseel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-11-22.15:57:32.933>
labels = ['3.7', '3.8', '3.9', 'performance']
title = 'performance degradation creating a mock object (by factor 7-8)'
updated_at = <Date 2019-11-26.04:51:16.008>
user = 'https://github.com/julianhille'
```
bugs.python.org fields:
```python
activity = <Date 2019-11-26.04:51:16.008>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-11-22.15:57:32.933>
creator = 'julianhille'
dependencies = []
files = []
hgrepos = []
issue_num = 38895
keywords = []
message_count = 7.0
messages = ['357297', '357379', '357382', '357431', '357435', '357450', '357481']
nosy_count = 7.0
nosy_names = ['cjw296', 'michael.foord', 'lisroach', 'mariocj89', 'xtreak', 'julianhille', 'marseel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue38895'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100252
<!-- /gh-linked-prs -->
| c5726b727e26b81a267933654cf26b760a90d9aa | a98d9ea56e7b473af54438ecc487a6bf1b4d6530 |
python/cpython | python__cpython-99654 | # Decorator with paren tokens in arguments breaks inspect.getsource
BPO | [38854](https://bugs.python.org/issue38854)
--- | :---
Nosy | @PCManticore, @1st1, @tirkarthi, @crusaderky, @AlexWaygood, @ahopkins
PRs | <li>python/cpython#17374</li><li>python/cpython#31605</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-11-19.21:37:42.431>
labels = ['type-bug', 'library', '3.9', '3.10']
title = 'Decorator with paren tokens in arguments breaks inspect.getsource'
updated_at = <Date 2022-02-28.11:08:51.171>
user = 'https://github.com/crusaderky'
```
bugs.python.org fields:
```python
activity = <Date 2022-02-28.11:08:51.171>
actor = 'AlexWaygood'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-11-19.21:37:42.431>
creator = 'crusaderky'
dependencies = []
files = []
hgrepos = []
issue_num = 38854
keywords = ['patch']
message_count = 2.0
messages = ['356993', '357432']
nosy_count = 6.0
nosy_names = ['Claudiu.Popa', 'yselivanov', 'xtreak', 'crusaderky', 'AlexWaygood', 'ahopkins']
pr_nums = ['17374', '31605']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38854'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99654
* gh-100080
* gh-100081
<!-- /gh-linked-prs -->
| 68e41295b8611a990de68f15c89f1eb3dea51867 | b11a384dc7471ffc16de4b86e8f5fdeef151f348 |
python/cpython | python__cpython-107031 | # shutil.disk_usage - Lacking documentation
BPO | [38825](https://bugs.python.org/issue38825)
--- | :---
Nosy | @giampaolo, @tarekziade, @tylercrompton, @tirkarthi, @normanlorrain
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-11-16.22:19:58.065>
labels = ['easy', '3.9', '3.10', '3.11', 'type-feature', 'docs']
title = 'shutil.disk_usage - Lacking documentation'
updated_at = <Date 2021-07-12.21:07:41.352>
user = 'https://bugs.python.org/LordAntonHvornum'
```
bugs.python.org fields:
```python
activity = <Date 2021-07-12.21:07:41.352>
actor = 'Norman Lorrain'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-11-16.22:19:58.065>
creator = 'Lord Anton Hvornum'
dependencies = []
files = []
hgrepos = []
issue_num = 38825
keywords = ['easy']
message_count = 6.0
messages = ['356771', '356788', '356796', '396520', '397267', '397357']
nosy_count = 7.0
nosy_names = ['giampaolo.rodola', 'tarek', 'docs@python', 'tylercrompton', 'Lord Anton Hvornum', 'xtreak', 'Norman Lorrain']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue38825'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107031
* gh-107047
* gh-107048
<!-- /gh-linked-prs -->
| 6e5f2235f3754307292c7d8d3698958136b5e311 | 149748ea4f552e6fe43a1d6d69bd65910a7c4813 |
python/cpython | python__cpython-130493 | # "pdb.Pdb(skip=…).set_trace()" should always stop on calling frame
BPO | [38806](https://bugs.python.org/issue38806)
--- | :---
Nosy | @blueyed
PRs | <li>python/cpython#17159</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-11-15.00:26:53.876>
labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
title = '"pdb.Pdb(skip=\xe2\x80\xa6).set_trace()" should always stop on calling frame'
updated_at = <Date 2019-11-15.00:29:14.383>
user = 'https://github.com/blueyed'
```
bugs.python.org fields:
```python
activity = <Date 2019-11-15.00:29:14.383>
actor = 'blueyed'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-11-15.00:26:53.876>
creator = 'blueyed'
dependencies = []
files = []
hgrepos = []
issue_num = 38806
keywords = ['patch']
message_count = 1.0
messages = ['356638']
nosy_count = 1.0
nosy_names = ['blueyed']
pr_nums = ['17159']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38806'
versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130493
<!-- /gh-linked-prs -->
| 63b6ec31c44bc91f748a39daf4f65ef9ad25d21b | efadc5874cdecc0420926afd5540b9b25c5e97fe |
python/cpython | python__cpython-122149 | # Pickle handle self references in classes
BPO | [38770](https://bugs.python.org/issue38770)
--- | :---
Nosy | @serhiy-storchaka, @furkanonder
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/serhiy-storchaka'
closed_at = None
created_at = <Date 2019-11-11.21:10:17.849>
labels = ['3.7', 'type-bug', 'library']
title = 'Pickle handle self references in classes'
updated_at = <Date 2020-04-21.23:57:29.528>
user = 'https://bugs.python.org/SaimRaza'
```
bugs.python.org fields:
```python
activity = <Date 2020-04-21.23:57:29.528>
actor = 'furkanonder'
assignee = 'serhiy.storchaka'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-11-11.21:10:17.849>
creator = 'Saim Raza'
dependencies = []
files = []
hgrepos = []
issue_num = 38770
keywords = []
message_count = 3.0
messages = ['356388', '366951', '366956']
nosy_count = 3.0
nosy_names = ['serhiy.storchaka', 'Saim Raza', 'furkanonder']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38770'
versions = ['Python 2.7', 'Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122149
* gh-122264
* gh-122265
<!-- /gh-linked-prs -->
| dc07f65a53baf60d9857186294d3d7ba92d5606d | ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 |
python/cpython | python__cpython-103790 | # shutil.copystat fails with PermissionError in WSL
BPO | [38633](https://bugs.python.org/issue38633)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @zooba, @ben-spiller, @peter-schmidbauer
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-10-29.14:34:38.648>
labels = ['3.7', '3.8', 'type-bug', 'library', 'OS-windows']
title = 'shutil.copystat fails with PermissionError in WSL'
updated_at = <Date 2022-01-20.01:11:33.016>
user = 'https://github.com/peter-schmidbauer'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-20.01:11:33.016>
actor = 'sam.park'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2019-10-29.14:34:38.648>
creator = 'pspeter'
dependencies = []
files = []
hgrepos = []
issue_num = 38633
keywords = []
message_count = 3.0
messages = ['355655', '365377', '410998']
nosy_count = 7.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'benspiller', 'pspeter', 'sam.park']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38633'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103790
<!-- /gh-linked-prs -->
| 3df3b91e6a0d84bcb954ec894d17f4603bdf428f | b51da991e2f7b47efaee2665356060edb6a6ece4 |
python/cpython | python__cpython-118952 | # pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot
BPO | [38624](https://bugs.python.org/issue38624)
--- | :---
Nosy | @pitrou
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-10-28.22:54:26.232>
labels = ['3.8', 'type-bug', 'library']
title = 'pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot'
updated_at = <Date 2019-10-29.01:59:29.319>
user = 'https://bugs.python.org/inyeollee'
```
bugs.python.org fields:
```python
activity = <Date 2019-10-29.01:59:29.319>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-10-28.22:54:26.232>
creator = 'inyeollee'
dependencies = []
files = []
hgrepos = []
issue_num = 38624
keywords = []
message_count = 1.0
messages = ['355600']
nosy_count = 2.0
nosy_names = ['pitrou', 'inyeollee']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38624'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-118952
<!-- /gh-linked-prs -->
| e418fc3a6e7bade68ab5dfe72f14ddba28e6acb5 | 0c5ebe13e9937c446e9947c44f2570737ecca135 |
python/cpython | python__cpython-114032 | # pathlib's mkdir documentation improvement
BPO | [38514](https://bugs.python.org/issue38514)
--- | :---
Nosy | @pitrou
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-10-18.10:00:46.964>
labels = ['type-feature', '3.7', 'docs']
title = "pathlib's mkdir documentation improvement"
updated_at = <Date 2019-10-19.16:52:11.642>
user = 'https://bugs.python.org/jlaurens'
```
bugs.python.org fields:
```python
activity = <Date 2019-10-19.16:52:11.642>
actor = 'xtreak'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-10-18.10:00:46.964>
creator = 'jlaurens'
dependencies = []
files = []
hgrepos = []
issue_num = 38514
keywords = []
message_count = 1.0
messages = ['354874']
nosy_count = 3.0
nosy_names = ['pitrou', 'docs@python', 'jlaurens']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue38514'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114032
* gh-114462
* gh-114463
<!-- /gh-linked-prs -->
| 32c227470aa6f72950b76206ffc529c258b4b8fa | 3a61d24062aaa1e13ba794360b6c765d9a1f2b06 |
python/cpython | python__cpython-136497 | # Improve `codecs.BufferedIncrementalDecoder` documentation
BPO | [38482](https://bugs.python.org/issue38482)
--- | :---
Nosy | @doerwalter, @serhiy-storchaka, @jamercee
Files | <li>[codecs.patch](https://bugs.python.org/file48662/codecs.patch "Uploaded as text/plain at 2019-10-15.08:27:39 by @jamercee"): Patch to codecs.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-10-15.08:21:30.022>
labels = ['3.7', 'library']
title = 'BUG in codecs.BufferedIncrementalDecoder'
updated_at = <Date 2019-10-17.08:59:44.253>
user = 'https://github.com/jamercee'
```
bugs.python.org fields:
```python
activity = <Date 2019-10-17.08:59:44.253>
actor = 'doerwalter'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-10-15.08:21:30.022>
creator = 'jamercee'
dependencies = []
files = ['48662']
hgrepos = []
issue_num = 38482
keywords = ['patch']
message_count = 6.0
messages = ['354707', '354711', '354716', '354731', '354755', '354836']
nosy_count = 3.0
nosy_names = ['doerwalter', 'serhiy.storchaka', 'jamercee']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38482'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-136497
* gh-136512
* gh-136513
<!-- /gh-linked-prs -->
| 4b41b2043b110a38616ff86ddb3f065ae7f15c3e | f1b8d01c802165b9807172965b7097b6aaf6fcd3 |
python/cpython | python__cpython-111275 | # os.path.exists() takes bool as argument and returns True
BPO | [38445](https://bugs.python.org/issue38445)
--- | :---
Nosy | @serhiy-storchaka, @eryksun, @rmariano
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/serhiy-storchaka'
closed_at = None
created_at = <Date 2019-10-11.11:16:42.144>
labels = ['3.10', 'type-bug', '3.9', 'expert-IO']
title = 'os.path.exists() takes bool as argument and returns True'
updated_at = <Date 2020-09-22.06:20:54.283>
user = 'https://bugs.python.org/Nika'
```
bugs.python.org fields:
```python
activity = <Date 2020-09-22.06:20:54.283>
actor = 'serhiy.storchaka'
assignee = 'serhiy.storchaka'
closed = False
closed_date = None
closer = None
components = ['IO']
creation = <Date 2019-10-11.11:16:42.144>
creator = 'Nika'
dependencies = []
files = []
hgrepos = []
issue_num = 38445
keywords = []
message_count = 8.0
messages = ['354440', '354443', '354444', '354481', '354495', '354510', '354514', '377303']
nosy_count = 4.0
nosy_names = ['serhiy.storchaka', 'eryksun', 'Mariano Anaya', 'Nika']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue38445'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111275
<!-- /gh-linked-prs -->
| 652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 | 09096a1647913526a3d4fa69a9d2056ec82a8f37 |
python/cpython | python__cpython-107056 | # shutil.copyfile(): os.sendfile() fails with OverflowError on 32-bit system
BPO | [38319](https://bugs.python.org/issue38319)
--- | :---
Nosy | @vstinner, @giampaolo, @ambv, @serhiy-storchaka, @pablogsal, @nanjekyejoannah
PRs | <li>python/cpython#16491</li><li>python/cpython#16506</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2019-10-02.14:39:28.135>
created_at = <Date 2019-09-30.07:37:51.943>
labels = ['3.8', 'library', '3.9']
title = 'shutil.copyfile(): os.sendfile() fails with OverflowError on 32-bit system'
updated_at = <Date 2019-10-02.14:39:28.134>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2019-10-02.14:39:28.134>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2019-10-02.14:39:28.135>
closer = 'vstinner'
components = ['Library (Lib)']
creation = <Date 2019-09-30.07:37:51.943>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 38319
keywords = ['patch']
message_count = 7.0
messages = ['353549', '353551', '353569', '353633', '353637', '353645', '353738']
nosy_count = 6.0
nosy_names = ['vstinner', 'giampaolo.rodola', 'lukasz.langa', 'serhiy.storchaka', 'pablogsal', 'nanjekyejoannah']
pr_nums = ['16491', '16506']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue38319'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107056
<!-- /gh-linked-prs -->
| 9eeb4b485f4f9e13e5cb638e43a0baecb3ff4e86 | 7fc9be350af055538e70ece8d7de78414bad431e |
python/cpython | python__cpython-110298 | # Use FindFirstFile in ntpath.realpath() when access is denied
BPO | [38186](https://bugs.python.org/issue38186)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-09-16.12:53:56.807>
labels = ['3.8', '3.9', 'OS-windows']
title = 'Use FindFirstFile in ntpath.realpath() when access is denied'
updated_at = <Date 2019-09-16.12:56:41.984>
user = 'https://github.com/zooba'
```
bugs.python.org fields:
```python
activity = <Date 2019-09-16.12:56:41.984>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2019-09-16.12:53:56.807>
creator = 'steve.dower'
dependencies = []
files = []
hgrepos = []
issue_num = 38186
keywords = []
message_count = 2.0
messages = ['352543', '352544']
nosy_count = 5.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38186'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110298
<!-- /gh-linked-prs -->
| d33aa18f15de482a01988aabc75907328e1f9c9f | 2cb62c6437fa07e08b4778f7ab9baa5f16ac01f2 |
python/cpython | python__cpython-105385 | # No longer use implicit convertion to int with loss
BPO | [37999](https://bugs.python.org/issue37999)
--- | :---
Nosy | @mdickinson, @serhiy-storchaka, @hpjansson
PRs | <li>python/cpython#15636</li><li>python/cpython#20437</li><li>python/cpython#20449</li><li>python/cpython#17536</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2020-05-28.08:12:43.571>
created_at = <Date 2019-09-01.11:24:04.696>
labels = ['interpreter-core', 'type-feature', '3.10']
title = 'No longer use implicit convertion to int with loss'
updated_at = <Date 2020-07-01.19:01:56.267>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2020-07-01.19:01:56.267>
actor = 'hpj'
assignee = 'none'
closed = True
closed_date = <Date 2020-05-28.08:12:43.571>
closer = 'serhiy.storchaka'
components = ['Interpreter Core']
creation = <Date 2019-09-01.11:24:04.696>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 37999
keywords = ['patch']
message_count = 6.0
messages = ['350947', '370004', '370063', '370072', '370173', '372622']
nosy_count = 3.0
nosy_names = ['mark.dickinson', 'serhiy.storchaka', 'hpj']
pr_nums = ['15636', '20437', '20449', '17536']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37999'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-105385
<!-- /gh-linked-prs -->
| d3a0eacbf382288a487d40f16d63abfeb2125e1a | dfe9fc1904820b4206d300e1abb93774e988694d |
python/cpython | python__cpython-115270 | # __text_signature__ parser doesn't handle globals in extension module
BPO | [37881](https://bugs.python.org/issue37881)
--- | :---
Nosy | @ericsnowcurrently, @anntzer
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-08-18.13:33:56.559>
labels = ['extension-modules']
title = "__text_signature__ parser doesn't handle globals in extension module"
updated_at = <Date 2020-10-08.11:34:43.922>
user = 'https://github.com/anntzer'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-08.11:34:43.922>
actor = 'pitrou'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2019-08-18.13:33:56.559>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 37881
keywords = []
message_count = 1.0
messages = ['349919']
nosy_count = 3.0
nosy_names = ['eric.snow', 'Antony.Lee', 'Eric Wieser']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37881'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-115270
<!-- /gh-linked-prs -->
| 9789440de387219bb7677fe0d66860aa8c9deb02 | 81939dad77001556c527485d31a2d0f4a759033e |
python/cpython | python__cpython-101103 | # Windows: WindowsConsoleIO produces mojibake for strings longer than 32 KiB
BPO | [37871](https://bugs.python.org/issue37871)
--- | :---
Nosy | @gpshead, @pfmoore, @tjguk, @zware, @eryksun, @zooba, @andy-ms
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-08-16.00:36:04.457>
labels = ['type-bug', '3.8', '3.9', 'expert-IO', '3.10', 'OS-windows']
title = 'Windows: WindowsConsoleIO produces mojibake for strings longer than 32 KiB'
updated_at = <Date 2021-03-20.23:35:16.331>
user = 'https://github.com/andy-ms'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-20.23:35:16.331>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows', 'IO']
creation = <Date 2019-08-16.00:36:04.457>
creator = 'anhans'
dependencies = []
files = []
hgrepos = []
issue_num = 37871
keywords = []
message_count = 5.0
messages = ['349837', '349844', '349872', '389191', '389199']
nosy_count = 7.0
nosy_names = ['gregory.p.smith', 'paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'anhans']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37871'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101103
* gh-101107
* gh-101108
<!-- /gh-linked-prs -->
| f34176b77f222726d901595968a4b44456186da4 | c5660ae96f2ab5732c68c301ce9a63009f432d93 |
python/cpython | python__cpython-130118 | # Correct and deduplicate docs on "printable" characters
BPO | [37864](https://bugs.python.org/issue37864)
--- | :---
Nosy | @vstinner, @ezio-melotti, @gnprice
PRs | <li>python/cpython#15300</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-08-15.04:40:26.339>
labels = ['3.8', 'expert-unicode']
title = 'Correct and deduplicate docs on "printable" characters'
updated_at = <Date 2019-08-15.04:43:18.597>
user = 'https://github.com/gnprice'
```
bugs.python.org fields:
```python
activity = <Date 2019-08-15.04:43:18.597>
actor = 'Greg Price'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2019-08-15.04:40:26.339>
creator = 'Greg Price'
dependencies = []
files = []
hgrepos = []
issue_num = 37864
keywords = ['patch']
message_count = 1.0
messages = ['349792']
nosy_count = 3.0
nosy_names = ['vstinner', 'ezio.melotti', 'Greg Price']
pr_nums = ['15300']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37864'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130118
* gh-130125
* gh-130127
<!-- /gh-linked-prs -->
| 3402e133ef26736296c07992266a82b181a5d532 | 6666b38c28856e0fa5dbf14e33cf2eb2c06410a1 |
python/cpython | python__cpython-120271 | # Support .as_integer_ratio() in fractions.Fraction
BPO | [37836](https://bugs.python.org/issue37836)
--- | :---
Nosy | @rhettinger, @mdickinson, @serhiy-storchaka, @jdemeyer
PRs | <li>python/cpython#15327</li><li>python/cpython#15328</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-08-13.09:41:19.711>
labels = ['library', '3.9']
title = 'Support .as_integer_ratio() in fractions.Fraction'
updated_at = <Date 2022-01-02.22:00:12.998>
user = 'https://github.com/jdemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-02.22:00:12.998>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-08-13.09:41:19.711>
creator = 'jdemeyer'
dependencies = []
files = []
hgrepos = []
issue_num = 37836
keywords = ['patch']
message_count = 6.0
messages = ['349536', '349933', '349940', '349942', '349945', '409531']
nosy_count = 5.0
nosy_names = ['rhettinger', 'mark.dickinson', 'stutzbach', 'serhiy.storchaka', 'jdemeyer']
pr_nums = ['15327', '15328']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37836'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-120271
<!-- /gh-linked-prs -->
| c8d2630995fc234f8276e35643a4a43e62224510 | eaf094c09b5b1c33435c60ef49b1cec78c32573c |
python/cpython | python__cpython-103487 | # bool(~True) == True
BPO | [37831](https://bugs.python.org/issue37831)
--- | :---
Nosy | @gvanrossum, @tim-one, @rhettinger, @mdickinson, @serhiy-storchaka, @eryksun, @tomerv
Superseder | <li>bpo-12447: ~True is not False</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2019-08-12.20:25:46.266>
created_at = <Date 2019-08-12.10:48:52.558>
labels = ['interpreter-core', 'type-feature', '3.7']
title = 'bool(~True) == True'
updated_at = <Date 2019-08-14.17:45:40.127>
user = 'https://github.com/tomerv'
```
bugs.python.org fields:
```python
activity = <Date 2019-08-14.17:45:40.127>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = <Date 2019-08-12.20:25:46.266>
closer = 'rhettinger'
components = ['Interpreter Core']
creation = <Date 2019-08-12.10:48:52.558>
creator = 'tomerv'
dependencies = []
files = []
hgrepos = []
issue_num = 37831
keywords = []
message_count = 24.0
messages = ['349452', '349459', '349461', '349477', '349478', '349480', '349482', '349484', '349487', '349488', '349489', '349493', '349494', '349495', '349508', '349509', '349522', '349628', '349656', '349661', '349707', '349709', '349723', '349724']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'tim.peters', 'rhettinger', 'mark.dickinson', 'serhiy.storchaka', 'eryksun', 'tomerv']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = 'resolved'
status = 'closed'
superseder = '12447'
type = 'enhancement'
url = 'https://bugs.python.org/issue37831'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103487
<!-- /gh-linked-prs -->
| fdb3ef8c0f94c7e55870a585dc6499aca46f9f90 | 5b05b013ff13032ffc4db07108a507c08b3a604d |
python/cpython | python__cpython-111761 | # thread native id support for GNU/Hurd
BPO | [37744](https://bugs.python.org/issue37744)
--- | :---
Nosy | @sthibaul
Files | <li>[hurd_thread_native_id.diff](https://bugs.python.org/file48526/hurd_thread_native_id.diff "Uploaded as text/plain at 2019-08-02.00:54:24 by @sthibaul"): patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-08-02.00:54:24.752>
labels = ['interpreter-core', '3.8']
title = 'thread native id support for GNU/Hurd'
updated_at = <Date 2019-08-02.00:54:24.752>
user = 'https://github.com/sthibaul'
```
bugs.python.org fields:
```python
activity = <Date 2019-08-02.00:54:24.752>
actor = 'samuel-thibault'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-08-02.00:54:24.752>
creator = 'samuel-thibault'
dependencies = []
files = ['48526']
hgrepos = []
issue_num = 37744
keywords = ['patch']
message_count = 1.0
messages = ['348879']
nosy_count = 1.0
nosy_names = ['samuel-thibault']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37744'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111761
<!-- /gh-linked-prs -->
| 0802fd6c8ee0cacb3ab555dd86e235a5dfab7618 | 0c61d028be93c52726972d8d96393cc0cedb1086 |
python/cpython | python__cpython-132517 | # os.link(..., follow_symlinks=True) broken on Linux
BPO | [37612](https://bugs.python.org/issue37612)
--- | :---
Nosy | @larryhastings, @takluyver, @serhiy-storchaka, @eryksun, @jo-he
PRs | <li>python/cpython#14843</li><li>python/cpython#24997</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-07-17.23:04:55.849>
labels = ['extension-modules', 'type-bug', '3.8', '3.9', '3.10']
title = 'os.link(..., follow_symlinks=True) broken on Linux'
updated_at = <Date 2021-03-23.17:43:01.277>
user = 'https://github.com/jo-he'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-23.17:43:01.277>
actor = 'takluyver'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2019-07-17.23:04:55.849>
creator = 'jo-he'
dependencies = []
files = []
hgrepos = []
issue_num = 37612
keywords = ['patch']
message_count = 4.0
messages = ['348086', '348103', '348110', '348111']
nosy_count = 5.0
nosy_names = ['larry', 'takluyver', 'serhiy.storchaka', 'eryksun', 'jo-he']
pr_nums = ['14843', '24997']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37612'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-132517
* gh-133386
* gh-133388
* gh-133493
<!-- /gh-linked-prs -->
| 5a57248b22ad3b9aafcaaadae2c304a1923daeca | e9253ebf74433de5ae6d7f1bce693a3a1173b3b1 |
python/cpython | python__cpython-103264 | # Docs: Improve phrasing of flush argument for print()
BPO | [37581](https://bugs.python.org/issue37581)
--- | :---
Nosy | @ezio-melotti, @merwok, @willingc, @JulienPalard, @aeros
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-07-13.06:42:51.715>
labels = ['3.8', 'type-feature', '3.7', '3.9', 'docs']
title = 'Docs: Improve phrasing of flush argument for print()'
updated_at = <Date 2019-07-13.06:44:11.573>
user = 'https://github.com/aeros'
```
bugs.python.org fields:
```python
activity = <Date 2019-07-13.06:44:11.573>
actor = 'aeros'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-07-13.06:42:51.715>
creator = 'aeros'
dependencies = []
files = []
hgrepos = []
issue_num = 37581
keywords = []
message_count = 1.0
messages = ['347778']
nosy_count = 6.0
nosy_names = ['ezio.melotti', 'eric.araujo', 'docs@python', 'willingc', 'mdk', 'aeros']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37581'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103264
* gh-103273
* gh-103274
<!-- /gh-linked-prs -->
| c396b6ddf3da784349bac9ebf7f28c55bde016ea | 47753ecde21b79b5c5f11d883946fda2a340e427 |
python/cpython | python__cpython-124233 | # argparse removing more "--" than it should
BPO | [37510](https://bugs.python.org/issue37510)
--- | :---
Nosy | @ericvsmith
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-07-05.20:45:30.760>
labels = ['3.7', 'type-bug', 'library']
title = 'argparse removing more "--" than it should'
updated_at = <Date 2019-07-07.19:16:53.792>
user = 'https://bugs.python.org/jol'
```
bugs.python.org fields:
```python
activity = <Date 2019-07-07.19:16:53.792>
actor = 'paul.j3'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-07-05.20:45:30.760>
creator = 'jol'
dependencies = []
files = []
hgrepos = []
issue_num = 37510
keywords = []
message_count = 9.0
messages = ['347378', '347379', '347407', '347413', '347434', '347435', '347437', '347442', '347478']
nosy_count = 3.0
nosy_names = ['eric.smith', 'paul.j3', 'jol']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37510'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124233
* gh-124266
* gh-124267
<!-- /gh-linked-prs -->
| aae126748ff3d442fdbcd07933855ffd7ae6f59c | 7a2d77c903f29d7ea08b870b8e3fa2130f667a59 |
python/cpython | python__cpython-113410 | # Test failures when CPython is built without docstrings
BPO | [37501](https://bugs.python.org/issue37501)
--- | :---
Nosy | @brettcannon, @terryjreedy, @ericvsmith, @ZackerySpytz
PRs | <li>python/cpython#14592</li>
Files | <li>[test_failures_without_docstrings.txt](https://bugs.python.org/file48456/test_failures_without_docstrings.txt "Uploaded as text/plain at 2019-07-05.03:30:01 by @ZackerySpytz")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-07-05.03:30:04.113>
labels = ['3.7', '3.8', 'type-bug', 'tests', '3.9']
title = 'Test failures when CPython is built without docstrings'
updated_at = <Date 2019-07-09.07:46:22.932>
user = 'https://github.com/ZackerySpytz'
```
bugs.python.org fields:
```python
activity = <Date 2019-07-09.07:46:22.932>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2019-07-05.03:30:04.113>
creator = 'ZackerySpytz'
dependencies = []
files = ['48456']
hgrepos = []
issue_num = 37501
keywords = ['patch']
message_count = 4.0
messages = ['347298', '347361', '347363', '347527']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'terry.reedy', 'eric.smith', 'ZackerySpytz']
pr_nums = ['14592']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37501'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113410
* gh-113429
* gh-113430
<!-- /gh-linked-prs -->
| 4e5b27e6a3be85853bd04d45128dd7cc706bb1c8 | c3f92f6a7513340dfe2d82bfcd38eb77453e935d |
python/cpython | python__cpython-102191 | # mmap module: add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants
BPO | [37471](https://bugs.python.org/issue37471)
--- | :---
Nosy | @vstinner, @koobs, @devnexen
PRs | <li>python/cpython#14513</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-07-01.14:22:37.149>
labels = ['extension-modules', 'type-feature', '3.9']
title = 'mmap module: add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants'
updated_at = <Date 2019-07-08.13:58:54.452>
user = 'https://github.com/devnexen'
```
bugs.python.org fields:
```python
activity = <Date 2019-07-08.13:58:54.452>
actor = 'devnexen'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules', 'FreeBSD']
creation = <Date 2019-07-01.14:22:37.149>
creator = 'devnexen'
dependencies = []
files = []
hgrepos = []
issue_num = 37471
keywords = []
message_count = 3.0
messages = ['347023', '347026', '347027']
nosy_count = 3.0
nosy_names = ['vstinner', 'koobs', 'devnexen']
pr_nums = ['14513']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37471'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102191
<!-- /gh-linked-prs -->
| 347f7406df62b2bbe551685d72a466f27b951f8e | 9f3ecd1aa3566947648a053bd9716ed67dd9a718 |
python/cpython | python__cpython-112325 | # Add random.binomialvariate()
BPO | [37439](https://bugs.python.org/issue37439)
--- | :---
Nosy | @tim-one, @rhettinger, @gpshead, @mdickinson, @avinassh, @zkneupper
PRs | <li>python/cpython#14530</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-06-28.09:28:09.146>
labels = ['type-feature', 'library', '3.11']
title = 'Add random.binomialvariate()'
updated_at = <Date 2021-05-25.20:32:21.646>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-25.20:32:21.646>
actor = 'mark.dickinson'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-06-28.09:28:09.146>
creator = 'rhettinger'
dependencies = []
files = []
hgrepos = []
issue_num = 37439
keywords = ['patch']
message_count = 10.0
messages = ['346815', '347055', '347057', '347061', '347066', '350256', '393903', '394384', '394391', '394396']
nosy_count = 6.0
nosy_names = ['tim.peters', 'rhettinger', 'gregory.p.smith', 'mark.dickinson', 'avi', 'zkneupper']
pr_nums = ['14530']
priority = 'low'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37439'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-112325
<!-- /gh-linked-prs -->
| dc0adb44d8d4a33121deaad398f24b5d8ae36d19 | 89ddea4886942b0c27a778a0ad3f0d5ac5f518f0 |
python/cpython | python__cpython-98353 | # [doc] range is not a built-in function
BPO | [37430](https://bugs.python.org/issue37430)
--- | :---
Nosy | @terryjreedy, @slateny
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-06-27.15:39:32.877>
labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'docs']
title = '[doc] range is not a built-in function'
updated_at = <Date 2022-03-28.09:10:10.773>
user = 'https://bugs.python.org/bgailer'
```
bugs.python.org fields:
```python
activity = <Date 2022-03-28.09:10:10.773>
actor = 'slateny'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-06-27.15:39:32.877>
creator = 'bgailer'
dependencies = []
files = []
hgrepos = []
issue_num = 37430
keywords = ['easy']
message_count = 5.0
messages = ['346745', '346753', '346784', '346887', '416153']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'bgailer', 'docs@python', 'slateny']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37430'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-98353
* gh-100704
* gh-100705
<!-- /gh-linked-prs -->
| 8b1f1251215651c4ef988622345c5cb134e54d69 | 73097d91a64620ae7f620705864b84234d85cc82 |
python/cpython | python__cpython-136058 | # Document that os.path.ismount() returns true for nested btrfs subvolumes
BPO | [37339](https://bugs.python.org/issue37339)
--- | :---
Nosy | @serhiy-storchaka, @eryksun, @jstasiak, @eike-fokken
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-06-19.10:10:42.674>
labels = ['3.8', '3.9', '3.10', 'type-feature', 'library', 'docs']
title = 'Document that os.path.ismount() returns true for nested btrfs subvolumes'
updated_at = <Date 2021-03-27.18:50:39.846>
user = 'https://github.com/eike-fokken'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-27.18:50:39.846>
actor = 'eryksun'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Library (Lib)']
creation = <Date 2019-06-19.10:10:42.674>
creator = 'eike'
dependencies = []
files = []
hgrepos = []
issue_num = 37339
keywords = []
message_count = 7.0
messages = ['346035', '346060', '346063', '346068', '346111', '367028', '368336']
nosy_count = 5.0
nosy_names = ['docs@python', 'serhiy.storchaka', 'eryksun', 'jstasiak', 'eike']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37339'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-136058
* gh-136471
* gh-136473
<!-- /gh-linked-prs -->
| 591abcc01fcf1c65c7fdfaca7274f5d3f9f022da | 6a6cd3c07c0300c8799878a48d555470be2a52f7 |
python/cpython | python__cpython-114168 | # IDLE: Revise html to tkinker converter for help.html
BPO | [37298](https://bugs.python.org/issue37298)
--- | :---
Nosy | @terryjreedy, @roseman, @JulienPalard, @csabella
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2019-06-16.01:51:12.413>
labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7', '3.9']
title = 'IDLE: Revise html to tkinker converter for help.html'
updated_at = <Date 2019-06-21.18:26:38.562>
user = 'https://github.com/terryjreedy'
```
bugs.python.org fields:
```python
activity = <Date 2019-06-21.18:26:38.562>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2019-06-16.01:51:12.413>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 37298
keywords = []
message_count = 4.0
messages = ['345722', '346205', '346206', '346241']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'markroseman', 'mdk', 'cheryl.sabella']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37298'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114168
* gh-114170
* gh-114171
<!-- /gh-linked-prs -->
| e07a400c310ad3bdd72bb0ae401991af17435e4d | 8d26db45df479a54eccd2aced7d8a5ea9fd0ffa5 |
python/cpython | python__cpython-93152 | # Use copy_file_range() in shutil.copyfile() (server-side copy)
BPO | [37159](https://bugs.python.org/issue37159)
--- | :---
Nosy | @facundobatista, @ncoghlan, @vstinner, @giampaolo, @encukou, @albertz, @vadmium, @desbma, @pablogsal
Files | <li>[patch.diff](https://bugs.python.org/file48392/patch.diff "Uploaded as text/plain at 2019-06-05.05:24:51 by @giampaolo")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-06-05.05:24:51.971>
labels = ['library', '3.9', 'performance']
title = 'Use copy_file_range() in shutil.copyfile() (server-side copy)'
updated_at = <Date 2020-12-29.13:05:56.586>
user = 'https://github.com/giampaolo'
```
bugs.python.org fields:
```python
activity = <Date 2020-12-29.13:05:56.586>
actor = 'Albert.Zeyer'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-06-05.05:24:51.971>
creator = 'giampaolo.rodola'
dependencies = []
files = ['48392']
hgrepos = []
issue_num = 37159
keywords = ['patch']
message_count = 6.0
messages = ['344671', '344679', '344680', '344691', '344693', '383996']
nosy_count = 11.0
nosy_names = ['facundobatista', 'ncoghlan', 'vstinner', 'giampaolo.rodola', 'StyXman', 'petr.viktorin', 'neologix', 'Albert.Zeyer', 'martin.panter', 'desbma', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue37159'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-93152
<!-- /gh-linked-prs -->
| a33dcb9e431c463c20ecdc02a206ddf0b7388687 | a29a9c0f3890fec843b7151f6a1defa25f570504 |
python/cpython | python__cpython-106411 | # Automatically dedent docstring constants by default
BPO | [37102](https://bugs.python.org/issue37102)
--- | :---
Nosy | @gpshead, @methane, @Carreau, @pablogsal, @remilapeyre
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-30.18:00:00.547>
labels = ['interpreter-core', 'type-feature', '3.9']
title = 'Automatically dedent docstring constants by default'
updated_at = <Date 2019-06-06.14:36:45.161>
user = 'https://github.com/gpshead'
```
bugs.python.org fields:
```python
activity = <Date 2019-06-06.14:36:45.161>
actor = 'remi.lapeyre'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-05-30.18:00:00.547>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 37102
keywords = []
message_count = 4.0
messages = ['343990', '344128', '344801', '344819']
nosy_count = 5.0
nosy_names = ['gregory.p.smith', 'methane', 'mbussonn', 'pablogsal', 'remi.lapeyre']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37102'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-106411
<!-- /gh-linked-prs -->
| 2566b74b26bcce24199427acea392aed644f4b17 | bbf62979851283b601b2dac0073ab331ebeb3be9 |
python/cpython | python__cpython-131055 | # time.sleep error message misleading
BPO | [37086](https://bugs.python.org/issue37086)
--- | :---
Nosy | @ericvsmith, @csabella, @Windsooon
PRs | <li>python/cpython#13768</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-29.10:37:02.861>
labels = []
title = 'time.sleep error message misleading'
updated_at = <Date 2019-06-03.03:43:22.478>
user = 'https://bugs.python.org/JustinFay'
```
bugs.python.org fields:
```python
activity = <Date 2019-06-03.03:43:22.478>
actor = 'Windson Yang'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-05-29.10:37:02.861>
creator = 'Justin Fay'
dependencies = []
files = []
hgrepos = []
issue_num = 37086
keywords = ['patch']
message_count = 6.0
messages = ['343880', '343894', '343904', '343909', '343958', '344374']
nosy_count = 4.0
nosy_names = ['eric.smith', 'cheryl.sabella', 'Windson Yang', 'Justin Fay']
pr_nums = ['13768']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37086'
versions = ['Python 3.6']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-131055
<!-- /gh-linked-prs -->
| 155c44b9015089eacc6e2ace449391c12bfb8b8d | 15a8412b5e12ae46761843d4442c7b56ffa75176 |
python/cpython | python__cpython-124641 | # Assignment expression symbol (walrus) not in built-in help()
BPO | [37082](https://bugs.python.org/issue37082)
--- | :---
Nosy | @gvanrossum, @terryjreedy, @Carreau, @emilyemorehouse, @pablogsal, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-28.18:26:23.297>
labels = ['3.8', '3.9', 'docs']
title = 'Assignment expression symbol (walrus) not in built-in help()'
updated_at = <Date 2021-08-22.13:18:41.317>
user = 'https://github.com/Carreau'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-22.13:18:41.317>
actor = 'mark.dickinson'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-05-28.18:26:23.297>
creator = 'mbussonn'
dependencies = []
files = []
hgrepos = []
issue_num = 37082
keywords = []
message_count = 6.0
messages = ['343813', '343868', '343869', '343871', '344131', '374280']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'terry.reedy', 'docs@python', 'mbussonn', 'emilyemorehouse', 'pablogsal', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue37082'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124641
* gh-124713
<!-- /gh-linked-prs -->
| 626668912f3102a96d3f251f5304ad2f8326f3cc | 6cba6e1df2c20846347b705eff7fb28caeeb17fd |
python/cpython | python__cpython-111823 | # Calling "functions" used to implement generators/comps easily cause crash
BPO | [36956](https://bugs.python.org/issue36956)
--- | :---
Nosy | @rhettinger, @mr-nfamous, @websurfer5, @iritkatriel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-18.13:53:21.143>
labels = ['3.10', '3.9', 'type-crash', '3.11']
title = 'Calling "functions" used to implement generators/comps easily cause crash'
updated_at = <Date 2021-09-19.21:54:42.882>
user = 'https://github.com/mr-nfamous'
```
bugs.python.org fields:
```python
activity = <Date 2021-09-19.21:54:42.882>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2019-05-18.13:53:21.143>
creator = 'bup'
dependencies = []
files = []
hgrepos = []
issue_num = 36956
keywords = []
message_count = 5.0
messages = ['342797', '346807', '346808', '346809', '402171']
nosy_count = 4.0
nosy_names = ['rhettinger', 'bup', 'Jeffrey.Kintscher', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue36956'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111823
<!-- /gh-linked-prs -->
| 2f9cb7e095370e38bde58c79c8a8ea7705eefdc2 | 178861b19324c94d98478e4c2bba075964c3baa4 |
python/cpython | python__cpython-113588 | # Missing documentation for decorators
BPO | [36913](https://bugs.python.org/issue36913)
--- | :---
Nosy | @matrixise, @JulienPalard, @mblahay, @tomerv
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-14.07:35:28.614>
labels = ['3.8', 'type-feature', '3.7', 'docs']
title = 'Missing documentation for decorators'
updated_at = <Date 2019-05-27.03:15:43.677>
user = 'https://github.com/tomerv'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-27.03:15:43.677>
actor = 'mblahay'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-05-14.07:35:28.614>
creator = 'tomerv'
dependencies = []
files = []
hgrepos = []
issue_num = 36913
keywords = []
message_count = 5.0
messages = ['342435', '342436', '342437', '342438', '343604']
nosy_count = 5.0
nosy_names = ['docs@python', 'matrixise', 'mdk', 'mblahay', 'tomerv']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36913'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113588
* gh-113643
* gh-113644
<!-- /gh-linked-prs -->
| 8ff44f855450244d965dbf82c7f0a31de666007c | 7595380347610598a3f5529214a449660892537b |
python/cpython | python__cpython-102710 | # Add parameter @case_sensitive to glob and rglob in pathlib
BPO | [36898](https://bugs.python.org/issue36898)
--- | :---
Nosy | @serhiy-storchaka
PRs | <li>python/cpython#13274</li>
Files | <li>[pathlib.py](https://bugs.python.org/file48328/pathlib.py "Uploaded as text/plain at 2019-05-13.07:17:53 by Chuang Men")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-13.07:17:56.195>
labels = ['3.8', 'type-feature', 'library']
title = 'Add parameter @case_sensitive to glob and rglob in pathlib'
updated_at = <Date 2019-05-13.07:58:11.844>
user = 'https://bugs.python.org/ChuangMen'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-13.07:58:11.844>
actor = 'Chuang Men'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-05-13.07:17:56.195>
creator = 'Chuang Men'
dependencies = []
files = ['48328']
hgrepos = []
issue_num = 36898
keywords = []
message_count = 3.0
messages = ['342284', '342287', '342289']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'Chuang Men']
pr_nums = ['13274']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36898'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102710
<!-- /gh-linked-prs -->
| 8100be5535073a5442c2b8c68dcb2093ee69433d | 09b7695f12f2b44d2df6898407d7e68dd9493ed4 |
python/cpython | python__cpython-110386 | # Termios module largely untested
BPO | [36821](https://bugs.python.org/issue36821)
--- | :---
Nosy | @tonybaloney
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tonybaloney'
closed_at = None
created_at = <Date 2019-05-06.22:47:32.674>
labels = ['3.8', 'type-feature', 'tests']
title = 'Termios module largely untested'
updated_at = <Date 2019-05-06.22:47:59.957>
user = 'https://github.com/tonybaloney'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-06.22:47:59.957>
actor = 'anthonypjshaw'
assignee = 'anthonypjshaw'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2019-05-06.22:47:32.674>
creator = 'anthonypjshaw'
dependencies = []
files = []
hgrepos = []
issue_num = 36821
keywords = []
message_count = 2.0
messages = ['341656', '341657']
nosy_count = 1.0
nosy_names = ['anthonypjshaw']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36821'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110386
* gh-110619
* gh-110620
<!-- /gh-linked-prs -->
| 92a9e980245156bf75ede0869f8ba9512e04d2eb | 344d3a222a7864f8157773749bdd77d1c9dfc1e6 |
python/cpython | python__cpython-123820 | # unittest discover throws TypeError on namespace packages
BPO | [36777](https://bugs.python.org/issue36777)
--- | :---
Nosy | @warsaw, @brettcannon, @ericvsmith, @rbtcollins, @ezio-melotti, @voidspace, @methane, @augustogoulart, @tirkarthi
PRs | <li>python/cpython#13259</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-05-02.16:47:03.266>
labels = ['3.7', '3.8', 'type-bug', 'library']
title = 'unittest discover throws TypeError on namespace packages'
updated_at = <Date 2020-07-20.03:33:05.899>
user = 'https://github.com/tirkarthi'
```
bugs.python.org fields:
```python
activity = <Date 2020-07-20.03:33:05.899>
actor = 'methane'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-05-02.16:47:03.266>
creator = 'xtreak'
dependencies = []
files = []
hgrepos = []
issue_num = 36777
keywords = ['patch']
message_count = 5.0
messages = ['341285', '341339', '341530', '373941', '373980']
nosy_count = 9.0
nosy_names = ['barry', 'brett.cannon', 'eric.smith', 'rbcollins', 'ezio.melotti', 'michael.foord', 'methane', 'augustogoulart', 'xtreak']
pr_nums = ['13259']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36777'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123820
<!-- /gh-linked-prs -->
| c75ff2ef8eb71d91b1f92db9c2bc7ff18c582ab1 | 34653bba644aa5481613f398153757d7357e39ea |
python/cpython | python__cpython-113588 | # make regen-all doesn't work in subfolder: No module named Parser.pgen
BPO | [36733](https://bugs.python.org/issue36733)
--- | :---
Nosy | @vstinner, @hroncok, @pablogsal
PRs | <li>python/cpython#12969</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2019-04-26.11:10:06.909>
created_at = <Date 2019-04-26.10:17:42.615>
labels = ['build', '3.8', '3.9']
title = "make regen-all doesn't work in subfolder: No module named Parser.pgen"
updated_at = <Date 2019-04-26.11:10:58.280>
user = 'https://github.com/hroncok'
```
bugs.python.org fields:
```python
activity = <Date 2019-04-26.11:10:58.280>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2019-04-26.11:10:06.909>
closer = 'vstinner'
components = ['Build']
creation = <Date 2019-04-26.10:17:42.615>
creator = 'hroncok'
dependencies = []
files = []
hgrepos = []
issue_num = 36733
keywords = ['patch']
message_count = 5.0
messages = ['340902', '340903', '340904', '340909', '340910']
nosy_count = 3.0
nosy_names = ['vstinner', 'hroncok', 'pablogsal']
pr_nums = ['12969']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue36733'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113588
* gh-113597
<!-- /gh-linked-prs -->
| 8ff44f855450244d965dbf82c7f0a31de666007c | 7595380347610598a3f5529214a449660892537b |
python/cpython | python__cpython-123388 | # asyncio.all_tasks() crashes if asyncio is used in multiple threads
BPO | [36607](https://bugs.python.org/issue36607)
--- | :---
Nosy | @asvetlov, @thatch, @ambv, @1st1, @miss-islington, @sdunster
PRs | <li>python/cpython#13971</li><li>python/cpython#13975</li><li>python/cpython#13976</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-04-11.18:12:48.096>
labels = ['3.8', 'type-bug', '3.7', '3.9', 'expert-asyncio']
title = 'asyncio.all_tasks() crashes if asyncio is used in multiple threads'
updated_at = <Date 2019-06-12.17:26:52.568>
user = 'https://bugs.python.org/NickDavies'
```
bugs.python.org fields:
```python
activity = <Date 2019-06-12.17:26:52.568>
actor = 'asvetlov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2019-04-11.18:12:48.096>
creator = 'Nick Davies'
dependencies = []
files = []
hgrepos = []
issue_num = 36607
keywords = ['patch']
message_count = 11.0
messages = ['339991', '340424', '340425', '340428', '340527', '340544', '345239', '345247', '345266', '345380', '345389']
nosy_count = 7.0
nosy_names = ['asvetlov', 'thatch', 'lukasz.langa', 'yselivanov', 'miss-islington', 'sdunster', 'Nick Davies']
pr_nums = ['13971', '13975', '13976']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36607'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123388
<!-- /gh-linked-prs -->
| 460ee5b994335994d4b5186c08f44e775b3e55fa | 03f5abf15a20f6e623282a393bc2a0affac69bb0 |
python/cpython | python__cpython-111740 | # Avoid creating AttributeError exceptions in the debugger
BPO | [36550](https://bugs.python.org/issue36550)
--- | :---
Nosy | @blueyed, @iritkatriel
PRs | <li>python/cpython#4666</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-04-07.19:15:47.340>
labels = ['library', '3.9', '3.10', '3.11']
title = 'Avoid creating AttributeError exceptions in the debugger'
updated_at = <Date 2021-09-07.13:07:17.500>
user = 'https://github.com/blueyed'
```
bugs.python.org fields:
```python
activity = <Date 2021-09-07.13:07:17.500>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-04-07.19:15:47.340>
creator = 'blueyed'
dependencies = []
files = []
hgrepos = []
issue_num = 36550
keywords = ['patch']
message_count = 4.0
messages = ['339583', '401237', '401253', '401260']
nosy_count = 2.0
nosy_names = ['blueyed', 'iritkatriel']
pr_nums = ['4666']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue36550'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111740
<!-- /gh-linked-prs -->
| 148af38cd0adc1c2dde3c937ebbda4ee60b27b33 | afac3c9b7eace4a3e503e93bb76eda32d8217ad7 |
python/cpython | python__cpython-110881 | # bdb.Bdb.set_trace: should set f_trace_lines = True
BPO | [36494](https://bugs.python.org/issue36494)
--- | :---
Nosy | @blueyed, @iritkatriel
PRs | <li>python/cpython#12640</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-03-31.14:28:51.712>
labels = ['type-bug', 'library', '3.9', '3.10', '3.11']
title = 'bdb.Bdb.set_trace: should set f_trace_lines = True'
updated_at = <Date 2021-05-21.21:16:24.081>
user = 'https://github.com/blueyed'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-21.21:16:24.081>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-03-31.14:28:51.712>
creator = 'blueyed'
dependencies = []
files = []
hgrepos = []
issue_num = 36494
keywords = ['patch']
message_count = 2.0
messages = ['339259', '394158']
nosy_count = 2.0
nosy_names = ['blueyed', 'iritkatriel']
pr_nums = ['12640']
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36494'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110881
<!-- /gh-linked-prs -->
| cd6b2ced7595fa69222bdd2042edc5a2576f3678 | 9573d142157d8432f2772a109c304dafeaa454a5 |
python/cpython | python__cpython-108438 | # Prepare for removing the legacy Unicode C API
BPO | [36346](https://bugs.python.org/issue36346)
--- | :---
Nosy | @malemburg, @ronaldoussoren, @pitrou, @scoder, @vstinner, @ezio-melotti, @methane, @serhiy-storchaka, @willingc, @corona10, @miss-islington, @shihai1991, @iritkatriel
PRs | <li>python/cpython#12409</li><li>python/cpython#19653</li><li>python/cpython#20878</li><li>python/cpython#20879</li><li>python/cpython#20927</li><li>python/cpython#20932</li><li>python/cpython#20933</li><li>python/cpython#20934</li><li>python/cpython#20941</li><li>python/cpython#21223</li><li>python/cpython#21336</li><li>python/cpython#21429</li><li>python/cpython#21437</li><li>python/cpython#21479</li><li>python/cpython#21738</li><li>python/cpython#21739</li><li>python/cpython#24625</li><li>python/cpython#24626</li>
Dependencies | <li>bpo-36387: Refactor getenvironment() in _winapi.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2022-01-29.03:10:20.373>
created_at = <Date 2019-03-18.14:23:01.818>
labels = ['interpreter-core', 'expert-C-API', '3.8', 'expert-unicode']
title = 'Prepare for removing the legacy Unicode C API'
updated_at = <Date 2022-01-29.03:10:20.372>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-29.03:10:20.372>
actor = 'methane'
assignee = 'none'
closed = True
closed_date = <Date 2022-01-29.03:10:20.373>
closer = 'methane'
components = ['Interpreter Core', 'Unicode', 'C API']
creation = <Date 2019-03-18.14:23:01.818>
creator = 'serhiy.storchaka'
dependencies = ['36387']
files = []
hgrepos = []
issue_num = 36346
keywords = ['patch']
message_count = 36.0
messages = ['338228', '338284', '338285', '338286', '338289', '338290', '338331', '338340', '338343', '338344', '338565', '339860', '355535', '368615', '368653', '371730', '371731', '371734', '371735', '371745', '371795', '372656', '372658', '373032', '373035', '373450', '373478', '374855', '374856', '374857', '387513', '387545', '387546', '387828', '412025', '412047']
nosy_count = 13.0
nosy_names = ['lemburg', 'ronaldoussoren', 'pitrou', 'scoder', 'vstinner', 'ezio.melotti', 'methane', 'serhiy.storchaka', 'willingc', 'corona10', 'miss-islington', 'shihai1991', 'iritkatriel']
pr_nums = ['12409', '19653', '20878', '20879', '20927', '20932', '20933', '20934', '20941', '21223', '21336', '21429', '21437', '21479', '21738', '21739', '24625', '24626']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue36346'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-108438
* gh-108446
<!-- /gh-linked-prs -->
| 995f4c48e11349fbfb9233e02b732d4534d3008e | fa6933e035ba81ae3ed6ceac61b901a3d52b1e30 |
python/cpython | python__cpython-102454 | # Inconsistent behavior of pathlib.WindowsPath with drive paths
BPO | [36305](https://bugs.python.org/issue36305)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @serhiy-storchaka, @eryksun, @zooba, @kmaork, @nmat
PRs | <li>python/cpython#12361</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-03-15.15:37:05.961>
labels = ['type-bug', '3.8', '3.9', '3.10', 'library', 'OS-windows']
title = 'Inconsistent behavior of pathlib.WindowsPath with drive paths'
updated_at = <Date 2021-03-20.06:55:56.836>
user = 'https://github.com/kmaork'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-20.06:55:56.836>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2019-03-15.15:37:05.961>
creator = 'kmaork'
dependencies = []
files = []
hgrepos = []
issue_num = 36305
keywords = ['patch']
message_count = 18.0
messages = ['337999', '338007', '338011', '338663', '338667', '338669', '338675', '338677', '338680', '338685', '338708', '338727', '338768', '340388', '340396', '340826', '343621', '343784']
nosy_count = 8.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'serhiy.storchaka', 'eryksun', 'steve.dower', 'kmaork', 'nmat']
pr_nums = ['12361']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36305'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102454
<!-- /gh-linked-prs -->
| 90f1d777177e28b6c7b8d9ba751550e373d61b0a | 12226bec2588f925f4698e1130ce78e118343934 |
python/cpython | python__cpython-95760 | # array: Add 'w' type and deprecate 'u' type.
BPO | [36299](https://bugs.python.org/issue36299)
--- | :---
Nosy | @terryjreedy, @ncoghlan, @methane, @skrah, @serhiy-storchaka
PRs | <li>python/cpython#12497</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-03-15.05:50:02.657>
labels = ['3.8', 'library']
title = "array: Deprecate 'u' type in array module"
updated_at = <Date 2020-04-23.00:47:43.731>
user = 'https://github.com/methane'
```
bugs.python.org fields:
```python
activity = <Date 2020-04-23.00:47:43.731>
actor = 'methane'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-03-15.05:50:02.657>
creator = 'methane'
dependencies = []
files = []
hgrepos = []
issue_num = 36299
keywords = ['patch']
message_count = 12.0
messages = ['337967', '338031', '338595', '338598', '338607', '338608', '338609', '338610', '338611', '367000', '367044', '367065']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'ncoghlan', 'methane', 'skrah', 'serhiy.storchaka']
pr_nums = ['12497']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue36299'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-95760
* gh-105242
<!-- /gh-linked-prs -->
| cc879481e2ac29742ce191f4c6ed4bd85e5e11ba | 3a314f7c3df0dd7c37da7d12b827f169ee60e1ea |
python/cpython | python__cpython-130984 | # Definitions of time
BPO | [36240](https://bugs.python.org/issue36240)
--- | :---
Nosy | @mdickinson, @abalkin, @pganssle
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-03-08.14:28:59.094>
labels = ['type-feature', '3.7', 'docs']
title = 'Definitions of time'
updated_at = <Date 2019-03-11.18:51:12.911>
user = 'https://bugs.python.org/RobertBilling'
```
bugs.python.org fields:
```python
activity = <Date 2019-03-11.18:51:12.911>
actor = 'p-ganssle'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2019-03-08.14:28:59.094>
creator = 'Robert Billing'
dependencies = []
files = []
hgrepos = []
issue_num = 36240
keywords = []
message_count = 3.0
messages = ['337482', '337675', '337691']
nosy_count = 5.0
nosy_names = ['mark.dickinson', 'belopolsky', 'docs@python', 'p-ganssle', 'Robert Billing']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue36240'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130984
* gh-131022
* gh-131023
<!-- /gh-linked-prs -->
| 98fa4a49fecbac3c990a25ce5d300592dad31be0 | 475f933ed8b1c9546f1b5497a2241140c7065b5f |
python/cpython | python__cpython-117994 | # mboxMessage.get_payload throws TypeError on malformed content type
BPO | [36180](https://bugs.python.org/issue36180)
--- | :---
Nosy | @warsaw, @bitdancer, @mapreri, @tirkarthi
Files | <li>[broken.zip](https://bugs.python.org/file48184/broken.zip "Uploaded as application/zip at 2019-03-04.11:03:37 by enrico")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-03-04.11:03:37.379>
labels = ['3.8', 'type-bug', '3.7', 'expert-email']
title = 'mboxMessage.get_payload throws TypeError on malformed content type'
updated_at = <Date 2019-04-14.06:40:20.881>
user = 'https://bugs.python.org/enrico'
```
bugs.python.org fields:
```python
activity = <Date 2019-04-14.06:40:20.881>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2019-03-04.11:03:37.379>
creator = 'enrico'
dependencies = []
files = ['48184']
hgrepos = []
issue_num = 36180
keywords = []
message_count = 2.0
messages = ['337091', '340187']
nosy_count = 5.0
nosy_names = ['barry', 'r.david.murray', 'enrico', 'mapreri', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36180'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-117994
* gh-117998
<!-- /gh-linked-prs -->
| deaecb88fa5da68cbffca413c63af95fd99578dd | c179c0e6cbb4d1e981fffd43f207f5b1aa5388e5 |
python/cpython | python__cpython-107764 | # remove non-ascii characters in docstring
BPO | [36101](https://bugs.python.org/issue36101)
--- | :---
Nosy | @methane, @animalize
PRs | <li>python/cpython#12018</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2019-02-24.23:20:06.313>
created_at = <Date 2019-02-24.13:36:09.880>
labels = ['3.8', 'docs']
title = 'remove non-ascii characters in docstring'
updated_at = <Date 2019-02-24.23:20:06.312>
user = 'https://github.com/animalize'
```
bugs.python.org fields:
```python
activity = <Date 2019-02-24.23:20:06.312>
actor = 'methane'
assignee = 'docs@python'
closed = True
closed_date = <Date 2019-02-24.23:20:06.313>
closer = 'methane'
components = ['Documentation']
creation = <Date 2019-02-24.13:36:09.880>
creator = 'malin'
dependencies = []
files = []
hgrepos = []
issue_num = 36101
keywords = ['patch']
message_count = 4.0
messages = ['336468', '336469', '336488', '336489']
nosy_count = 3.0
nosy_names = ['methane', 'docs@python', 'malin']
pr_nums = ['12018']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue36101'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107764
<!-- /gh-linked-prs -->
| 925bbc2166d169962210314772d13270e9ba60a2 | 7b6e34e5baeb4162815ffa4d943b09a58e3f6580 |
python/cpython | python__cpython-124519 | # argparse: positional with type=int, default=SUPPRESS raise ValueError
BPO | [36078](https://bugs.python.org/issue36078)
--- | :---
Nosy | @n8falke, @yangyangxcf
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-02-22.14:18:34.731>
labels = ['3.8', 'type-bug', 'library']
title = 'argparse: positional with type=int, default=SUPPRESS raise ValueError'
updated_at = <Date 2020-03-16.16:20:47.351>
user = 'https://github.com/n8falke'
```
bugs.python.org fields:
```python
activity = <Date 2020-03-16.16:20:47.351>
actor = 'paul.j3'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-02-22.14:18:34.731>
creator = 'n8falke'
dependencies = []
files = []
hgrepos = []
issue_num = 36078
keywords = []
message_count = 9.0
messages = ['336314', '336320', '336340', '336347', '336524', '359955', '360224', '364328', '364335']
nosy_count = 4.0
nosy_names = ['paul.j3', 'n8falke', 'fhsxfhsx', 'jeyekomon']
pr_nums = []
priority = 'high'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36078'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124519
* gh-124751
* gh-124752
<!-- /gh-linked-prs -->
| 9bcadf589ab6f7b9d309290de7a80156b6905d35 | 49e105f9488de18d3d92948232fcbd956cbe0c6e |
python/cpython | python__cpython-122753 | # email: folding of quoted string in display_name violates RFC
BPO | [36041](https://bugs.python.org/issue36041)
--- | :---
Nosy | @warsaw, @bitdancer, @SwampWalker
PRs | <li>python/cpython#12054</li>
Files | <li>[address_folding_bug.py](https://bugs.python.org/file48155/address_folding_bug.py "Uploaded as text/plain at 2019-02-19.16:45:38 by @SwampWalker"): Illustration of issue, monkey patch fix of issue, illustration of fix</li><li>[address_folding_bug.py](https://bugs.python.org/file48158/address_folding_bug.py "Uploaded as text/plain at 2019-02-20.08:32:07 by @SwampWalker")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-02-19.16:45:39.064>
labels = ['type-bug', '3.7', 'expert-email']
title = 'email: folding of quoted string in display_name violates RFC'
updated_at = <Date 2019-11-20.08:30:29.764>
user = 'https://github.com/SwampWalker'
```
bugs.python.org fields:
```python
activity = <Date 2019-11-20.08:30:29.764>
actor = 'ronaldevers'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2019-02-19.16:45:39.064>
creator = 'aaryn.startmail'
dependencies = []
files = ['48155', '48158']
hgrepos = []
issue_num = 36041
keywords = ['patch']
message_count = 7.0
messages = ['335975', '336010', '336049', '336093', '336109', '336667', '336668']
nosy_count = 4.0
nosy_names = ['barry', 'r.david.murray', 'aaryn.startmail', 'ronaldevers']
pr_nums = ['12054']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue36041'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122753
* gh-129007
* gh-129008
* gh-129009
* gh-129111
* gh-132371
<!-- /gh-linked-prs -->
| 5aaf41685834901e4ed0a40f4c055b92991a0bb5 | 61b35f74aa4a6ac606635e245147ff3658628d99 |
python/cpython | python__cpython-105099 | # Python startup fails with a fatal error if a command line argument contains an invalid Unicode character
BPO | [35883](https://bugs.python.org/issue35883)
--- | :---
Nosy | @ncoghlan, @vstinner, @ezio-melotti, @eryksun, @miss-islington, @Neui, @jmberg
PRs | <li>python/cpython#24843</li><li>python/cpython#24905</li><li>python/cpython#24906</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2021-10-18.22:15:29.662>
created_at = <Date 2019-02-01.16:55:38.226>
labels = ['interpreter-core', '3.8', 'type-crash', '3.10', 'expert-unicode', '3.9']
title = 'Python startup fails with a fatal error if a command line argument contains an invalid Unicode character'
updated_at = <Date 2021-10-18.22:15:29.662>
user = 'https://github.com/Neui'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-18.22:15:29.662>
actor = 'iritkatriel'
assignee = 'none'
closed = True
closed_date = <Date 2021-10-18.22:15:29.662>
closer = 'iritkatriel'
components = ['Interpreter Core', 'Unicode']
creation = <Date 2019-02-01.16:55:38.226>
creator = 'Neui'
dependencies = []
files = []
hgrepos = []
issue_num = 35883
keywords = ['patch']
message_count = 18.0
messages = ['334703', '334705', '334707', '334712', '334732', '369811', '369812', '369813', '369814', '369819', '369820', '388612', '388613', '388614', '388616', '388965', '388970', '389732']
nosy_count = 8.0
nosy_names = ['ncoghlan', 'vstinner', 'ezio.melotti', 'SilentGhost', 'eryksun', 'miss-islington', 'Neui', 'jberg']
pr_nums = ['24843', '24905', '24906']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue35883'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-105099
<!-- /gh-linked-prs -->
| 4b65d5638c607747e2f5b28ed1914e3c397b4097 | 18cfc1eea569f0ce72ad403840c0e6cc5f81e1c2 |
python/cpython | python__cpython-130653 | # io.BufferReader.read() returns None
BPO | [35869](https://bugs.python.org/issue35869)
--- | :---
Nosy | @vadmium, @steverpalmer
Superseder | <li>bpo-13322: The io module doesn't support non-blocking files</li>
Files | <li>[read2.py](https://bugs.python.org/file48091/read2.py "Uploaded as text/plain at 2019-01-31.15:21:49 by @steverpalmer")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-01-31.15:21:50.213>
labels = ['type-bug', '3.7', 'expert-IO', 'docs']
title = 'io.BufferReader.read() returns None'
updated_at = <Date 2019-02-01.08:36:11.123>
user = 'https://github.com/steverpalmer'
```
bugs.python.org fields:
```python
activity = <Date 2019-02-01.08:36:11.123>
actor = 'martin.panter'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'IO']
creation = <Date 2019-01-31.15:21:50.213>
creator = 'steverpalmer'
dependencies = []
files = ['48091']
hgrepos = []
issue_num = 35869
keywords = []
message_count = 3.0
messages = ['334630', '334632', '334655']
nosy_count = 3.0
nosy_names = ['docs@python', 'martin.panter', 'steverpalmer']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = '13322'
type = 'behavior'
url = 'https://bugs.python.org/issue35869'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130653
* gh-134444
* gh-134445
<!-- /gh-linked-prs -->
| e1f891414b2329414a6160ed246f5f869a218bfd | c64a21454b3c139af9e88941a286885fc4828a7e |
python/cpython | python__cpython-102605 | # inspect module does not implement introspection API for asynchronous generators
BPO | [35759](https://bugs.python.org/issue35759)
--- | :---
Nosy | @ncoghlan, @1st1, @tirkarthi, @tkren
PRs | <li>python/cpython#11590</li><li>python/cpython#11590</li>
Files | <li>[0001-inspect-add-introspection-API-for-asynchronous-gener.patch](https://bugs.python.org/file48066/0001-inspect-add-introspection-API-for-asynchronous-gener.patch "Uploaded as text/plain at 2019-01-17.12:34:49 by @tkren"): Initial patch for getasyncgenstate and getasyncgenlocals</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-01-17.12:34:49.495>
labels = ['3.8', 'type-feature', 'library']
title = 'inspect module does not implement introspection API for asynchronous generators'
updated_at = <Date 2019-01-17.14:15:35.489>
user = 'https://github.com/tkren'
```
bugs.python.org fields:
```python
activity = <Date 2019-01-17.14:15:35.489>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-01-17.12:34:49.495>
creator = 'tkren'
dependencies = []
files = ['48066']
hgrepos = []
issue_num = 35759
keywords = ['patch']
message_count = 2.0
messages = ['333861', '333870']
nosy_count = 4.0
nosy_names = ['ncoghlan', 'yselivanov', 'xtreak', 'tkren']
pr_nums = ['11590', '11590']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35759'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102605
<!-- /gh-linked-prs -->
| 534660f1680955c7a6a47d5c6bd9649704b74a87 | ced13c96a4eb9391a9d27e3e13218f70c579670f |
python/cpython | python__cpython-111792 | # traceback.clear_frames manages to deadlock a background task
BPO | [35751](https://bugs.python.org/issue35751)
--- | :---
Nosy | @asvetlov, @1st1, @tvoinarovskyi
Files | <li>[test_async_deadlock.py](https://bugs.python.org/file48059/test_async_deadlock.py "Uploaded as text/plain at 2019-01-16.10:34:07 by @tvoinarovskyi"): Script to reproduce issue</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2019-01-16.10:34:07.787>
labels = ['type-bug', '3.7', 'expert-asyncio']
title = 'traceback.clear_frames manages to deadlock a background task'
updated_at = <Date 2019-01-17.00:50:59.457>
user = 'https://github.com/tvoinarovskyi'
```
bugs.python.org fields:
```python
activity = <Date 2019-01-17.00:50:59.457>
actor = 'tvoinarovskyi'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2019-01-16.10:34:07.787>
creator = 'tvoinarovskyi'
dependencies = []
files = ['48059']
hgrepos = []
issue_num = 35751
keywords = []
message_count = 4.0
messages = ['333759', '333770', '333775', '333808']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'tvoinarovskyi']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35751'
versions = ['Python 3.6', 'Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111792
<!-- /gh-linked-prs -->
| 13405ecffda6c66d6a5cf2a22dff892c108c69db | d2ddfccfb40e22bbdd75b28b444fd7b33dfe38db |
python/cpython | python__cpython-91740 | # Function ssl.create_default_context raises exception on Windows 10 when called with ssl.Purpose.SERVER_AUTH) attribute
BPO | [35665](https://bugs.python.org/issue35665)
--- | :---
Nosy | @tiran, @pervlad, @MDM-79, @pukkandan
Files | <li>[cacerts.pem](https://bugs.python.org/file48029/cacerts.pem "Uploaded as text/plain at 2019-01-07.18:44:26 by @pervlad"): pub certs</li><li>[Untitled.png](https://bugs.python.org/file50311/Untitled.png "Uploaded as image/png at 2021-09-28.15:39:56 by @MDM-79"): MUPCA Root - Certificates</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2019-01-08.09:38:24.479>
created_at = <Date 2019-01-05.12:24:45.346>
labels = ['expert-SSL', 'type-bug', '3.9']
title = 'Function ssl.create_default_context raises exception on Windows 10 when called with ssl.Purpose.SERVER_AUTH) attribute'
updated_at = <Date 2021-09-28.21:47:58.903>
user = 'https://github.com/pervlad'
```
bugs.python.org fields:
```python
activity = <Date 2021-09-28.21:47:58.903>
actor = 'pukkandan'
assignee = 'none'
closed = True
closed_date = <Date 2019-01-08.09:38:24.479>
closer = 'pervlad'
components = ['SSL']
creation = <Date 2019-01-05.12:24:45.346>
creator = 'pervlad'
dependencies = []
files = ['48029', '50311']
hgrepos = []
issue_num = 35665
keywords = []
message_count = 16.0
messages = ['333054', '333055', '333158', '333159', '333168', '333181', '333183', '333184', '333215', '333224', '360050', '402782', '402792', '402794', '402805', '402809']
nosy_count = 5.0
nosy_names = ['christian.heimes', 'pervlad', 'pedja', 'MDM-1', 'pukkandan']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35665'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-91740
* gh-122768
* gh-122769
<!-- /gh-linked-prs -->
| 9e551f9b351440ebae79e07a02d0e4a1b61d139e | b6c80e21c78ea86fb12b331f69881a586ed487e0 |
python/cpython | python__cpython-123932 | # argparse standard error usage for exit / error
BPO | [35533](https://bugs.python.org/issue35533)
--- | :---
Nosy | @vinayb21
PRs | <li>python/cpython#11622</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-12-19.11:47:10.876>
labels = ['3.8', 'type-feature', '3.7', 'docs']
title = 'argparse standard error usage for exit / error'
updated_at = <Date 2019-02-08.05:44:01.649>
user = 'https://bugs.python.org/philiprowlands'
```
bugs.python.org fields:
```python
activity = <Date 2019-02-08.05:44:01.649>
actor = 'paul.j3'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2018-12-19.11:47:10.876>
creator = 'philiprowlands'
dependencies = []
files = []
hgrepos = []
issue_num = 35533
keywords = ['patch']
message_count = 3.0
messages = ['332128', '334066', '335059']
nosy_count = 5.0
nosy_names = ['bethard', 'docs@python', 'paul.j3', 'philiprowlands', 'vinayb21']
pr_nums = ['11622']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35533'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123932
* gh-124331
* gh-124356
<!-- /gh-linked-prs -->
| 5f5c0b9c23238dc0a1fdb764f625ae0cc5604519 | 0e89f7abd494bd6c658083c1c1d50a640a1f2309 |
python/cpython | python__cpython-114017 | # pathlib.Path: glob and rglob should accept PathLike patterns
BPO | [35453](https://bugs.python.org/issue35453)
--- | :---
Nosy | @serhiy-storchaka, @nanjekyejoannah, @isidentical, @ciupicri
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-12-10.10:54:42.124>
labels = ['3.8', 'type-feature', 'library']
title = 'pathlib.Path: glob and rglob should accept PathLike patterns'
updated_at = <Date 2019-11-15.23:43:31.989>
user = 'https://github.com/ciupicri'
```
bugs.python.org fields:
```python
activity = <Date 2019-11-15.23:43:31.989>
actor = 'BTaskaya'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-12-10.10:54:42.124>
creator = 'ciupicri'
dependencies = []
files = []
hgrepos = []
issue_num = 35453
keywords = []
message_count = 8.0
messages = ['331491', '331503', '331507', '331567', '343840', '356682', '356684', '356728']
nosy_count = 4.0
nosy_names = ['serhiy.storchaka', 'nanjekyejoannah', 'BTaskaya', 'ciupicri']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35453'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114017
* gh-114623
<!-- /gh-linked-prs -->
| 6313cdde58f34648a430d2830357c9d2a5b67b87 | 681e9e85a2c1f72576ddfbd766506e2d6db34862 |
python/cpython | python__cpython-115134 | # Recursive '**' matches non-existent directories.
BPO | [35201](https://bugs.python.org/issue35201)
--- | :---
Nosy | @serhiy-storchaka
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-11-09.16:54:51.725>
labels = ['type-bug', 'library', '3.9', '3.10', '3.11']
title = "Recursive '**' matches non-existent directories."
updated_at = <Date 2021-12-01.22:35:42.687>
user = 'https://bugs.python.org/daniel'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-01.22:35:42.687>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-11-09.16:54:51.725>
creator = 'daniel'
dependencies = []
files = []
hgrepos = []
issue_num = 35201
keywords = []
message_count = 3.0
messages = ['329537', '329539', '329703']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'daniel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35201'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-115134
* gh-115290
* gh-115291
<!-- /gh-linked-prs -->
| aeffc7f8951e04258f0fd8cadfa6cd8b704730f6 | 573acb30f22a84c0f2c951efa002c9946e29b6a3 |
python/cpython | python__cpython-112762 | # TemporaryDirectory clean-up fails with unsearchable directories
BPO | [35144](https://bugs.python.org/issue35144)
--- | :---
Nosy | @lilydjwg, @serhiy-storchaka, @eryksun, @vidartf, @tirkarthi
PRs | <li>python/cpython#10320</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/serhiy-storchaka'
closed_at = None
created_at = <Date 2018-11-02.08:40:08.637>
labels = ['3.8', 'type-bug', 'library', '3.9', '3.10']
title = 'TemporaryDirectory clean-up fails with unsearchable directories'
updated_at = <Date 2021-03-28.07:31:28.296>
user = 'https://github.com/lilydjwg'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-28.07:31:28.296>
actor = 'eryksun'
assignee = 'serhiy.storchaka'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-11-02.08:40:08.637>
creator = 'lilydjwg'
dependencies = []
files = []
hgrepos = []
issue_num = 35144
keywords = ['patch']
message_count = 9.0
messages = ['329116', '329127', '329184', '329185', '344036', '377309', '377316', '377329', '377358']
nosy_count = 5.0
nosy_names = ['lilydjwg', 'serhiy.storchaka', 'eryksun', 'vidartf', 'xtreak']
pr_nums = ['10320']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue35144'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-112762
* gh-112847
* gh-112848
<!-- /gh-linked-prs -->
| b2923a61a10dc2717f4662b590cc9f6d181c6983 | ba18893555bbf69b1da262aaf85d65e4b67e8955 |
python/cpython | python__cpython-99723 | # Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details
BPO | [35134](https://bugs.python.org/issue35134)
--- | :---
Nosy | @brettcannon, @ncoghlan, @vstinner, @jkloth, @ericsnowcurrently, @serhiy-storchaka, @shihai1991, @erlend-aasland, @nw0
PRs | <li>python/cpython#10285</li><li>python/cpython#10624</li><li>python/cpython#10679</li><li>python/cpython#10680</li><li>python/cpython#10727</li><li>python/cpython#10728</li><li>python/cpython#10731</li><li>python/cpython#10732</li><li>python/cpython#10733</li><li>python/cpython#10739</li><li>python/cpython#10754</li><li>python/cpython#10764</li><li>python/cpython#12840</li><li>python/cpython#12842</li><li>python/cpython#13430</li><li>python/cpython#13431</li><li>python/cpython#14213</li><li>python/cpython#18052</li><li>python/cpython#18395</li><li>python/cpython#18490</li><li>python/cpython#18493</li><li>python/cpython#18494</li><li>python/cpython#19756</li><li>python/cpython#23701</li><li>python/cpython#23988</li><li>python/cpython#24550</li><li>python/cpython#24561</li><li>python/cpython#24770</li><li>python/cpython#24922</li><li>python/cpython#28957</li><li>python/cpython#28958</li><li>python/cpython#28964</li><li>python/cpython#28968</li><li>python/cpython#29042</li><li>python/cpython#29044</li><li>python/cpython#30923</li><li>python/cpython#32383</li><li>python/cpython#32384</li><li>python/cpython#32385</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2022-01-30.23:33:02.262>
created_at = <Date 2018-11-01.12:46:49.299>
labels = ['interpreter-core', '3.8']
title = 'Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details'
updated_at = <Date 2022-04-07.00:29:55.966>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2022-04-07.00:29:55.966>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2022-01-30.23:33:02.262>
closer = 'vstinner'
components = ['Interpreter Core']
creation = <Date 2018-11-01.12:46:49.299>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 35134
keywords = ['patch']
message_count = 61.0
messages = ['329060', '329087', '329123', '329124', '329126', '329290', '329292', '330161', '330162', '330165', '330246', '330261', '330276', '330282', '330283', '330285', '330296', '330324', '330331', '330336', '330337', '330446', '330447', '330463', '330467', '330477', '330478', '330480', '330512', '330556', '330557', '330594', '340283', '340285', '342876', '342881', '346014', '360338', '361542', '361922', '361923', '367536', '382771', '383970', '387105', '387179', '387327', '389285', '394491', '403952', '403955', '403957', '403964', '403967', '403983', '404248', '404252', '411772', '416906', '416910', '416912']
nosy_count = 9.0
nosy_names = ['brett.cannon', 'ncoghlan', 'vstinner', 'jkloth', 'eric.snow', 'serhiy.storchaka', 'shihai1991', 'erlendaasland', 'nw0']
pr_nums = ['10285', '10624', '10679', '10680', '10727', '10728', '10731', '10732', '10733', '10739', '10754', '10764', '12840', '12842', '13430', '13431', '14213', '18052', '18395', '18490', '18493', '18494', '19756', '23701', '23988', '24550', '24561', '24770', '24922', '28957', '28958', '28964', '28968', '29042', '29044', '30923', '32383', '32384', '32385']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue35134'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99723
<!-- /gh-linked-prs -->
| 55bad199cf89f5488bcfd50b897d798afd57976e | 81f7359f67a7166d57a10a3d5366406d9c85f1de |
python/cpython | python__cpython-128662 | # loop.call_soon_threadsafe should be documented to be re-entrant-safe too
BPO | [34968](https://bugs.python.org/issue34968)
--- | :---
Nosy | @njsmith, @asvetlov, @1st1
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-10-13.02:20:02.537>
labels = ['3.8', 'expert-asyncio']
title = 'loop.call_soon_threadsafe should be documented to be re-entrant-safe too'
updated_at = <Date 2018-10-14.07:19:46.306>
user = 'https://github.com/njsmith'
```
bugs.python.org fields:
```python
activity = <Date 2018-10-14.07:19:46.306>
actor = 'njs'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2018-10-13.02:20:02.537>
creator = 'njs'
dependencies = []
files = []
hgrepos = []
issue_num = 34968
keywords = []
message_count = 4.0
messages = ['327618', '327640', '327652', '327693']
nosy_count = 3.0
nosy_names = ['njs', 'asvetlov', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34968'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-128662
* gh-128664
* gh-128665
<!-- /gh-linked-prs -->
| 4685401845ba3e2ab8c9f4a9a10aa2969b11985f | a1284e97979ff73ad72ad06c796b904137950576 |
python/cpython | python__cpython-98582 | # Counter-intuitive behavior of Server.close() / wait_closed()
BPO | [34852](https://bugs.python.org/issue34852)
--- | :---
Nosy | @asvetlov, @cjerdonek, @1st1
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-09-30.14:16:34.429>
labels = ['type-bug', '3.7', 'expert-asyncio']
title = 'Counter-intuitive behavior of Server.close() / wait_closed()'
updated_at = <Date 2021-05-30.16:58:41.511>
user = 'https://bugs.python.org/aymericaugustin'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-30.16:58:41.511>
actor = 'aymeric.augustin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2018-09-30.14:16:34.429>
creator = 'aymeric.augustin'
dependencies = []
files = []
hgrepos = []
issue_num = 34852
keywords = []
message_count = 3.0
messages = ['326725', '326732', '394772']
nosy_count = 4.0
nosy_names = ['asvetlov', 'chris.jerdonek', 'aymeric.augustin', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34852'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-98582
* gh-111260
* gh-111336
* gh-111424
<!-- /gh-linked-prs -->
| 5d09d11aa0b89aeba187f4f520728ccaf4fc5ac1 | 8dbe08eb7c807f484fe9870f5b7f5ae2881fd966 |
python/cpython | python__cpython-100424 | # raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__
BPO | [34816](https://bugs.python.org/issue34816)
--- | :---
Nosy | @eryksun, @lfriedri, @farfella
PRs | <li>python/cpython#25177</li>
Files | <li>[34816.patch](https://bugs.python.org/file49932/34816.patch "Uploaded as text/plain at 2021-04-04.02:29:42 by @farfella")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-09-27.07:14:17.884>
labels = ['easy', 'type-bug', '3.8', '3.9', '3.10', 'ctypes']
title = 'raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__'
updated_at = <Date 2021-04-04.02:29:42.566>
user = 'https://github.com/lfriedri'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-04.02:29:42.566>
actor = 'ateeq'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['ctypes']
creation = <Date 2018-09-27.07:14:17.884>
creator = 'lfriedri'
dependencies = []
files = ['49932']
hgrepos = []
issue_num = 34816
keywords = ['patch', 'easy']
message_count = 5.0
messages = ['326528', '326556', '326557', '389629', '390168']
nosy_count = 3.0
nosy_names = ['eryksun', 'lfriedri', 'ateeq']
pr_nums = ['25177']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34816'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100424
<!-- /gh-linked-prs -->
| aa878f086b7ba8bdd7006d9d509c671167a5fb1e | a02161286a67692758cac38d9dbe42625c211605 |
python/cpython | python__cpython-114036 | # pathlib.[r]glob fails when the toplevel directory is not readable, whereas glob.glob "succeeds"
BPO | [34807](https://bugs.python.org/issue34807)
--- | :---
Nosy | @anntzer, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-09-26.08:36:33.686>
labels = ['3.7', 'library']
title = 'pathlib.[r]glob fails when the toplevel directory is not readable, whereas glob.glob "succeeds"'
updated_at = <Date 2018-09-26.12:43:56.029>
user = 'https://github.com/anntzer'
```
bugs.python.org fields:
```python
activity = <Date 2018-09-26.12:43:56.029>
actor = 'xtreak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-09-26.08:36:33.686>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 34807
keywords = []
message_count = 1.0
messages = ['326432']
nosy_count = 2.0
nosy_names = ['Antony.Lee', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34807'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114036
* gh-114154
<!-- /gh-linked-prs -->
| 7092b3f1319269accf4c02f08256d51f111b9ca3 | 2e672f7ca67470cbda3346a4b1b532cf5fa61799 |
python/cpython | python__cpython-121876 | # IDLE: Don't freeze Shell when user enters sys.stdout.shell.console
BPO | [34708](https://bugs.python.org/issue34708)
--- | :---
Nosy | @terryjreedy, @iritkatriel
Files | <li>[fail.py](https://bugs.python.org/file47808/fail.py "Uploaded as text/plain at 2018-09-17.02:53:00 by Harrison Chudleigh"): After running this file, IDLE hangs or crashes, depending on version.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2018-09-17.02:53:01.502>
labels = ['3.10', 'expert-IDLE', '3.9', 'type-crash', '3.11']
title = 'Odd crashes/freezes when sys.stdout.shell.console is typed'
updated_at = <Date 2021-10-18.21:41:12.838>
user = 'https://bugs.python.org/HarrisonChudleigh'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-18.21:41:12.838>
actor = 'iritkatriel'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2018-09-17.02:53:01.502>
creator = 'Harrison Chudleigh'
dependencies = []
files = ['47808']
hgrepos = []
issue_num = 34708
keywords = []
message_count = 5.0
messages = ['325509', '325510', '325569', '404215', '404224']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'Harrison Chudleigh', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue34708'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-121876
* gh-121911
* gh-121912
<!-- /gh-linked-prs -->
| 58753f33e47fe48906883dc010771f68c13b7e52 | 6682d916780c1cb305e679a057ee6992b114118e |
python/cpython | python__cpython-107320 | # pathlib.Path.iterdir doesn't raise an exception until you start iterating
BPO | [34541](https://bugs.python.org/issue34541)
--- | :---
Nosy | @pitrou, @prudvinit
PRs | <li>python/cpython#8996</li><li>python/cpython#8999</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-08-29.08:20:21.120>
labels = ['3.8', 'type-feature', 'library']
title = "pathlib.Path.iterdir doesn't throw an exception until you start iterating"
updated_at = <Date 2019-05-23.22:47:36.119>
user = 'https://bugs.python.org/PaulPinterits'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-23.22:47:36.119>
actor = 'cheryl.sabella'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-08-29.08:20:21.120>
creator = 'Paul Pinterits'
dependencies = []
files = []
hgrepos = []
issue_num = 34541
keywords = ['patch']
message_count = 3.0
messages = ['324307', '324332', '324334']
nosy_count = 3.0
nosy_names = ['pitrou', 'Paul Pinterits', 'prudvinit']
pr_nums = ['8996', '8999']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34541'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107320
<!-- /gh-linked-prs -->
| bdc3c884cdc90102ad68b6b55dc9b988e729ae35 | 594b00057e667e0d8d4e41748be056cdd829e919 |
python/cpython | python__cpython-94469 | # Path.relative_to() taking multiple arguments could be better documented
BPO | [34526](https://bugs.python.org/issue34526)
--- | :---
Nosy | @anntzer, @barneygale
PRs | <li>python/cpython#31368</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-08-28.08:42:29.205>
labels = ['easy', '3.11', '3.9', '3.10', 'docs']
title = 'Path.relative_to() taking multiple arguments could be better documented'
updated_at = <Date 2022-02-16.08:01:06.637>
user = 'https://github.com/anntzer'
```
bugs.python.org fields:
```python
activity = <Date 2022-02-16.08:01:06.637>
actor = 'python-dev'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2018-08-28.08:42:29.205>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 34526
keywords = ['patch', 'easy']
message_count = 1.0
messages = ['324224']
nosy_count = 4.0
nosy_names = ['docs@python', 'python-dev', 'Antony.Lee', 'barneygale']
pr_nums = ['31368']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34526'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-94469
* gh-118780
<!-- /gh-linked-prs -->
| 5a991da32961ef5780996d58b8816d5f2085f540 | 432117cd1f59c76d97da2eaff55a7d758301dbc7 |
python/cpython | python__cpython-125193 | # Different behavior of C and Python impls of datetime.strftime with non-UTF-8-encodable strings
BPO | [34481](https://bugs.python.org/issue34481)
--- | :---
Nosy | @brettcannon, @abalkin, @pitrou, @vstinner, @taleinat, @serhiy-storchaka, @pganssle, @izbyshev
PRs | <li>python/cpython#8983</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-08-23.17:40:57.476>
labels = ['extension-modules', '3.8', 'type-bug', '3.7']
title = 'Different behavior of C and Python impls of datetime.strftime with non-UTF-8-encodable strings'
updated_at = <Date 2018-09-05.15:38:31.222>
user = 'https://github.com/izbyshev'
```
bugs.python.org fields:
```python
activity = <Date 2018-09-05.15:38:31.222>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2018-08-23.17:40:57.476>
creator = 'izbyshev'
dependencies = []
files = []
hgrepos = []
issue_num = 34481
keywords = ['patch']
message_count = 8.0
messages = ['323963', '324329', '324336', '324337', '324356', '324397', '324401', '324630']
nosy_count = 8.0
nosy_names = ['brett.cannon', 'belopolsky', 'pitrou', 'vstinner', 'taleinat', 'serhiy.storchaka', 'p-ganssle', 'izbyshev']
pr_nums = ['8983']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34481'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-125193
<!-- /gh-linked-prs -->
| ad3eac1963a5f195ef9b2c1dbb5e44fa3cce4c72 | 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 |
python/cpython | python__cpython-115212 | # Docs does not mention that eval() allows a code object as an argument
BPO | [34431](https://bugs.python.org/issue34431)
--- | :---
Nosy | @berkerpeksag, @csabella, @jfine2358, @furkanonder
PRs | <li>python/cpython#20000</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-08-18.16:03:19.804>
labels = ['3.8', 'type-bug', '3.7', 'docs']
title = 'Docs does not eval allows code object as argument'
updated_at = <Date 2020-05-17.20:03:25.956>
user = 'https://github.com/jfine2358'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-17.20:03:25.956>
actor = 'furkanonder'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2018-08-18.16:03:19.804>
creator = 'jfine2358'
dependencies = []
files = []
hgrepos = []
issue_num = 34431
keywords = ['patch']
message_count = 8.0
messages = ['323716', '323717', '323720', '323722', '323723', '333082', '333148', '369152']
nosy_count = 5.0
nosy_names = ['docs@python', 'berker.peksag', 'cheryl.sabella', 'jfine2358', 'furkanonder']
pr_nums = ['20000']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34431'
versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-115212
* gh-116044
* gh-116045
<!-- /gh-linked-prs -->
| a71e32ce8e183023fc1ee401c22ebe35e4832f09 | 7acf1fb5a70776429bd99e741d69471eb2d1c1bb |
python/cpython | python__cpython-102761 | # asyncio.wait should accept generator of tasks as first argument
BPO | [34349](https://bugs.python.org/issue34349)
--- | :---
Nosy | @asvetlov, @1st1, @jnwatson, @tirkarthi, @epiphyte
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-08-06.19:41:06.692>
labels = ['3.8', 'expert-asyncio']
title = 'asyncio.wait should accept generator of tasks as first argument'
updated_at = <Date 2018-08-07.14:20:15.310>
user = 'https://github.com/jnwatson'
```
bugs.python.org fields:
```python
activity = <Date 2018-08-07.14:20:15.310>
actor = 'yselivanov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2018-08-06.19:41:06.692>
creator = 'jnwatson'
dependencies = []
files = []
hgrepos = []
issue_num = 34349
keywords = []
message_count = 2.0
messages = ['323217', '323241']
nosy_count = 5.0
nosy_names = ['asvetlov', 'yselivanov', 'jnwatson', 'xtreak', 'epiphyte']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue34349'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102761
* gh-103748
<!-- /gh-linked-prs -->
| 4f5774f648eafd1a7076ecf9af9629fb81baa363 | f33b33eb31c11a32b2955eb1f002f02267bd7d61 |
python/cpython | python__cpython-109447 | # Declare sethostname in socketmodule.c for SOLARIS
BPO | [34288](https://bugs.python.org/issue34288)
--- | :---
Nosy | @r-bit-rry, @johngh
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-07-31.07:32:32.085>
labels = ['build', '3.7']
title = 'Declare sethostname in socketmodule.c for SOLARIS'
updated_at = <Date 2019-05-15.15:53:46.806>
user = 'https://github.com/r-bit-rry'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-15.15:53:46.806>
actor = 'John Harrison'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2018-07-31.07:32:32.085>
creator = 'rbelio'
dependencies = []
files = []
hgrepos = []
issue_num = 34288
keywords = []
message_count = 2.0
messages = ['322742', '342581']
nosy_count = 2.0
nosy_names = ['rbelio', 'John Harrison']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue34288'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-109447
* gh-110580
* gh-110581
<!-- /gh-linked-prs -->
| 3b1580af07c0ce90d1c2073ab087772283d7e3b9 | 0050670d76193ea529f51d0526256cb7a769d61b |
python/cpython | python__cpython-135981 | # Nonsensical exception message when calling `__new__` on non-instaniable objects
BPO | [34284](https://bugs.python.org/issue34284)
--- | :---
Nosy | @ncoghlan, @serhiy-storchaka, @pppery, @VadimPushtaev
PRs | <li>python/cpython#8576</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-07-30.20:05:01.213>
labels = ['interpreter-core', 'type-bug', 'library', '3.11']
title = 'Nonsensical exception message when calling `__new__` on non-instaniable objects'
updated_at = <Date 2022-01-28.19:35:48.358>
user = 'https://github.com/pppery'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-28.19:35:48.358>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'Library (Lib)']
creation = <Date 2018-07-30.20:05:01.213>
creator = 'ppperry'
dependencies = []
files = []
hgrepos = []
issue_num = 34284
keywords = ['patch']
message_count = 18.0
messages = ['322688', '322694', '322695', '322699', '322700', '322703', '322704', '322705', '322715', '322745', '323110', '323113', '323127', '323226', '323240', '323293', '324479', '324513']
nosy_count = 4.0
nosy_names = ['ncoghlan', 'serhiy.storchaka', 'ppperry', 'Vadim Pushtaev']
pr_nums = ['8576']
priority = 'low'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34284'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-135981
* gh-136030
* gh-136031
<!-- /gh-linked-prs -->
| c45f4f3ebe34529a8db3a7918e8dd2e9f7ce8e86 | f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3 |
python/cpython | python__cpython-113563 | # urllib.parse doesn't round-trip file URI's with multiple leading slashes
BPO | [34276](https://bugs.python.org/issue34276)
--- | :---
Nosy | @cjerdonek, @vadmium, @tirkarthi, @vladima, @epicfaace
PRs | <li>python/cpython#15297</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-07-30.04:39:03.225>
labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
title = "urllib.parse doesn't round-trip file URI's with multiple leading slashes"
updated_at = <Date 2019-08-27.01:16:36.907>
user = 'https://github.com/cjerdonek'
```
bugs.python.org fields:
```python
activity = <Date 2019-08-27.01:16:36.907>
actor = 'epicfaace'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-07-30.04:39:03.225>
creator = 'chris.jerdonek'
dependencies = []
files = []
hgrepos = []
issue_num = 34276
keywords = ['patch']
message_count = 9.0
messages = ['322652', '322671', '322674', '322675', '322716', '322722', '322737', '322756', '324718']
nosy_count = 6.0
nosy_names = ['chris.jerdonek', 'martin.panter', 'piotr.dobrogost', 'xtreak', 'v2m', 'epicfaace']
pr_nums = ['15297']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue34276'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113563
<!-- /gh-linked-prs -->
| e237b25a4fa5626fcd1b1848aa03f725f892e40e | e04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0 |
python/cpython | python__cpython-102003 | # [pathlib] issues with Windows device paths
BPO | [33898](https://bugs.python.org/issue33898)
--- | :---
Nosy | @pfmoore, @pitrou, @tjguk, @zware, @eryksun, @zooba
PRs | <li>python/cpython#8671</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-06-18.22:40:29.969>
labels = ['type-bug', '3.8', '3.9', '3.7', 'library', 'OS-windows']
title = 'pathlib issues with Windows device paths'
updated_at = <Date 2020-04-17.17:59:50.770>
user = 'https://github.com/eryksun'
```
bugs.python.org fields:
```python
activity = <Date 2020-04-17.17:59:50.770>
actor = 'pitrou'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2018-06-18.22:40:29.969>
creator = 'eryksun'
dependencies = []
files = []
hgrepos = []
issue_num = 33898
keywords = ['patch']
message_count = 2.0
messages = ['319921', '337405']
nosy_count = 6.0
nosy_names = ['paul.moore', 'pitrou', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower']
pr_nums = ['8671']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue33898'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102003
<!-- /gh-linked-prs -->
| 8af8f52d175959f03cf4a2786b6a81ec09e15e95 | 7c1b0a46c61f8bf8e2039bba1bff11b6ae20e56b |
python/cpython | python__cpython-123898 | # memoryview can set an exception in tp_clear
BPO | [33713](https://bugs.python.org/issue33713)
--- | :---
Nosy | @pitrou, @vstinner, @skrah, @serhiy-storchaka
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-05-31.12:15:10.896>
labels = ['interpreter-core', '3.10', '3.9', 'type-crash', '3.11']
title = 'memoryview can set an exception in tp_clear'
updated_at = <Date 2021-10-18.20:19:58.191>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-18.20:19:58.191>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-05-31.12:15:10.896>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 33713
keywords = []
message_count = 14.0
messages = ['318288', '318291', '318295', '318296', '318297', '318298', '318299', '318300', '318306', '318316', '318318', '318319', '318320', '318586']
nosy_count = 4.0
nosy_names = ['pitrou', 'vstinner', 'skrah', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue33713'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123898
* gh-123936
* gh-123937
<!-- /gh-linked-prs -->
| a1dbf2ea69acc6ccee6292709af1dadd55c068be | 00ffdf27367fb9aef247644a96f1a9ffb5be1efe |
python/cpython | python__cpython-103402 | # Make exception wrapping less intrusive for __set_name__ calls
BPO | [33576](https://bugs.python.org/issue33576)
--- | :---
Nosy | @ncoghlan, @carljm, @serhiy-storchaka, @sir-sigurd
PRs | <li>python/cpython#6983</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-05-19.05:41:19.566>
labels = ['interpreter-core', 'type-feature', '3.8']
title = 'Make exception wrapping less intrusive for __set_name__ calls'
updated_at = <Date 2018-06-17.09:03:07.508>
user = 'https://github.com/ncoghlan'
```
bugs.python.org fields:
```python
activity = <Date 2018-06-17.09:03:07.508>
actor = 'sir-sigurd'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2018-05-19.05:41:19.566>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 33576
keywords = ['patch']
message_count = 6.0
messages = ['317098', '317104', '317115', '317123', '317126', '317143']
nosy_count = 4.0
nosy_names = ['ncoghlan', 'carljm', 'serhiy.storchaka', 'sir-sigurd']
pr_nums = ['6983']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue33576'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103402
<!-- /gh-linked-prs -->
| 55c99d97e14618dfce41472dd4446f763b0da13f | e071f00aaefae9eccf787d5c50396c26c8616483 |
python/cpython | python__cpython-112244 | # Possible lazy import opportunities in `pathlib`
BPO | [33440](https://bugs.python.org/issue33440)
--- | :---
Nosy | @ncoghlan, @pitrou, @njsmith, @serhiy-storchaka
PRs | <li>python/cpython#6820</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-05-07.12:28:40.679>
labels = ['3.8', 'library', 'performance']
title = 'Possible lazy import opportunities in `pathlib`'
updated_at = <Date 2018-05-14.20:03:34.394>
user = 'https://github.com/ncoghlan'
```
bugs.python.org fields:
```python
activity = <Date 2018-05-14.20:03:34.394>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-05-07.12:28:40.679>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 33440
keywords = ['patch']
message_count = 4.0
messages = ['316266', '316276', '316567', '316570']
nosy_count = 4.0
nosy_names = ['ncoghlan', 'pitrou', 'njs', 'serhiy.storchaka']
pr_nums = ['6820']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue33440'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-112244
<!-- /gh-linked-prs -->
| bbb4367b55ead1a0322d86b568c6c4607f539d3e | fbb9027a037ff1bfaf3f596df033ca45743ee980 |
python/cpython | python__cpython-102616 | # pathlib.Path.glob does not follow symlinks
BPO | [33428](https://bugs.python.org/issue33428)
--- | :---
Nosy | @pfmoore, @pitrou, @tjguk, @jreese, @zware, @zooba, @emilyemorehouse, @BrianMSheldon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-05-05.06:23:00.558>
labels = ['type-bug', 'library', 'OS-windows']
title = 'pathlib.Path.glob does not follow symlinks'
updated_at = <Date 2020-04-29.11:12:49.344>
user = 'https://github.com/BrianMSheldon'
```
bugs.python.org fields:
```python
activity = <Date 2020-04-29.11:12:49.344>
actor = 'Danya.Alexeyevsky'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2018-05-05.06:23:00.558>
creator = 'brianmsheldon'
dependencies = []
files = []
hgrepos = []
issue_num = 33428
keywords = []
message_count = 4.0
messages = ['316197', '316724', '316880', '367640']
nosy_count = 9.0
nosy_names = ['paul.moore', 'pitrou', 'tim.golden', 'jreese', 'Danya.Alexeyevsky', 'zach.ware', 'steve.dower', 'emilyemorehouse', 'brianmsheldon']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue33428'
versions = ['Python 3.6']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102616
* gh-104176
* gh-117311
<!-- /gh-linked-prs -->
| ace676e2c2121f94a55effc6a30b3b0e987ae7da | 1668b41dc477bc9562e4c50ab36a232839b4621b |
python/cpython | python__cpython-101352 | # Support compiling with clang-cl on Windows
BPO | [33351](https://bugs.python.org/issue33351)
--- | :---
Nosy | @gpshead, @pfmoore, @tjguk, @pmp-p, @zware, @zooba, @tritium21, @ethanhs, @gvanem
PRs | <li>python/cpython#6761</li><li>python/cpython#7680</li><li>python/cpython#18371</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-04-25.04:36:44.115>
labels = ['build', '3.9', 'OS-windows']
title = 'Support compiling with clang-cl on Windows'
updated_at = <Date 2020-02-06.07:21:40.799>
user = 'https://github.com/ethanhs'
```
bugs.python.org fields:
```python
activity = <Date 2020-02-06.07:21:40.799>
actor = 'isuruf'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build', 'Windows']
creation = <Date 2018-04-25.04:36:44.115>
creator = 'ethan smith'
dependencies = []
files = []
hgrepos = []
issue_num = 33351
keywords = ['patch']
message_count = 12.0
messages = ['315721', '315723', '315725', '315726', '315749', '315920', '315924', '316250', '317656', '318890', '321353', '360048']
nosy_count = 9.0
nosy_names = ['gregory.p.smith', 'paul.moore', 'tim.golden', 'pmpp', 'zach.ware', 'steve.dower', 'tritium', 'ethan smith', 'gvanem']
pr_nums = ['6761', '7680', '18371']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue33351'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101352
<!-- /gh-linked-prs -->
| 737d367b1f4bad76914173a64d6bbe19a984cd5f | 7956e0c30001cc0940caa66fab4d72455c865b3a |
python/cpython | python__cpython-111738 | # Increase test coverage for numbers.py
BPO | [33284](https://bugs.python.org/issue33284)
--- | :---
Nosy | @rhettinger, @terryjreedy, @londinburgh
PRs | <li>python/cpython#6480</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-04-15.18:14:55.580>
labels = ['3.8', 'type-feature', 'tests']
title = 'Increase test coverage for numbers.py'
updated_at = <Date 2018-04-26.10:12:27.449>
user = 'https://github.com/londinburgh'
```
bugs.python.org fields:
```python
activity = <Date 2018-04-26.10:12:27.449>
actor = 'Barry Devlin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2018-04-15.18:14:55.580>
creator = 'Barry Devlin'
dependencies = []
files = []
hgrepos = []
issue_num = 33284
keywords = ['patch']
message_count = 3.0
messages = ['315337', '315547', '315784']
nosy_count = 3.0
nosy_names = ['rhettinger', 'terry.reedy', 'Barry Devlin']
pr_nums = ['6480']
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue33284'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-111738
* gh-114556
* gh-114557
<!-- /gh-linked-prs -->
| e721adf4bd47b20ba0a93ad6471084de31bf20c7 | 0315941441f1e5f944a758c67eb1763b00e6e462 |
python/cpython | python__cpython-107275 | # multiprocessing: serialization must ensure that contexts are compatible (the same)
BPO | [33196](https://bugs.python.org/issue33196)
--- | :---
Nosy | @pitrou, @vstinner, @taleinat, @applio, @arcivanov, @augustogoulart
Files | <li>[test_lock_sigsegv.py](https://bugs.python.org/file47510/test_lock_sigsegv.py "Uploaded as text/plain at 2018-04-01.05:58:10 by @arcivanov")</li><li>[testing_on_fedora.png](https://bugs.python.org/file47931/testing_on_fedora.png "Uploaded as image/png at 2018-11-13.14:22:01 by @augustogoulart")</li><li>[coredump](https://bugs.python.org/file47933/coredump "Uploaded as application/octet-stream at 2018-11-14.09:31:13 by @arcivanov"): coredump (Fedora 29)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2018-04-01.05:58:11.085>
labels = ['3.8', '3.7', 'library', 'type-crash']
title = 'multiprocessing: serialization must ensure that contexts are compatible (the same)'
updated_at = <Date 2018-11-14.17:28:52.507>
user = 'https://github.com/arcivanov'
```
bugs.python.org fields:
```python
activity = <Date 2018-11-14.17:28:52.507>
actor = 'davin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-04-01.05:58:11.085>
creator = 'arcivanov'
dependencies = []
files = ['47510', '47931', '47933']
hgrepos = []
issue_num = 33196
keywords = []
message_count = 11.0
messages = ['314762', '314792', '329491', '329719', '329845', '329892', '329893', '329898', '329908', '329909', '329913']
nosy_count = 6.0
nosy_names = ['pitrou', 'vstinner', 'taleinat', 'davin', 'arcivanov', 'augustogoulart']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue33196'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107275
* gh-108377
* gh-108378
<!-- /gh-linked-prs -->
| add8d45cbe46581b9748909fbbf60fdc8ee8f71e | 2a3926fa51b7264787d5988abf083d8c4328f4ad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.