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-114780 | # .replace functions in datetime do not call __new__
BPO | [44876](https://bugs.python.org/issue44876)
--- | :---
Nosy | @joelgibson
<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 2021-08-09.22:58:31.112>
labels = ['type-bug', 'library']
title = '.replace functions in datetime do not call __new__'
updated_at = <Date 2021-08-09.22:58:31.112>
user = 'https://github.com/joelgibson'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-09.22:58:31.112>
actor = 'joelgibson'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-08-09.22:58:31.112>
creator = 'joelgibson'
dependencies = []
files = []
hgrepos = []
issue_num = 44876
keywords = []
message_count = 1.0
messages = ['399295']
nosy_count = 1.0
nosy_names = ['joelgibson']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44876'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-114780
* gh-131239
<!-- /gh-linked-prs -->
Rationale for not backporting: https://github.com/python/cpython/issues/89039#issuecomment-2721839665. | 46190d9ea8a878a03d95b4e1bdcdc9ed576cf3fa | 92483b21b30d451586c54dc4923665f7f7eedd7a |
python/cpython | python__cpython-134258 | # Inconsistency between datetime.now() and datetime.fromtimestamp(time.time(), None)
BPO | [44831](https://bugs.python.org/issue44831)
--- | :---
Nosy | @rhettinger, @pfmoore, @abalkin, @vstinner, @larryhastings, @tjguk, @stevendaprano, @zware, @zooba, @pganssle, @Miksus
<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 2021-08-04.17:49:51.110>
labels = ['type-bug', 'library', 'OS-windows', '3.11']
title = 'Inconsistency between datetime.now() and datetime.fromtimestamp(time.time(), None)'
updated_at = <Date 2021-10-04.08:57:15.356>
user = 'https://github.com/Miksus'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-04.08:57:15.356>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2021-08-04.17:49:51.110>
creator = 'Miksus'
dependencies = []
files = []
hgrepos = []
issue_num = 44831
keywords = []
message_count = 10.0
messages = ['398919', '398922', '399068', '399070', '399090', '399096', '399097', '403063', '403124', '403125']
nosy_count = 11.0
nosy_names = ['rhettinger', 'paul.moore', 'belopolsky', 'vstinner', 'larry', 'tim.golden', 'steven.daprano', 'zach.ware', 'steve.dower', 'p-ganssle', 'Miksus']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44831'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-134258
<!-- /gh-linked-prs -->
| 470941782f74288823b445120f6383914b659f23 | 42d03f393313d8a228a45dad1d0897ea99f5ec89 |
python/cpython | python__cpython-102808 | # Substitution does not work after ParamSpec substitution of the user generic with a list of TypeVars
BPO | [44802](https://bugs.python.org/issue44802)
--- | :---
Nosy | @gvanrossum, @serhiy-storchaka, @Fidget-Spinner
<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 2021-08-01.11:37:51.360>
labels = ['type-bug', 'library', '3.10', '3.11']
title = 'Substitution does not work after ParamSpec substitution of the user generic with a list of TypeVars'
updated_at = <Date 2021-08-01.11:37:51.360>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-01.11:37:51.360>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-08-01.11:37:51.360>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 44802
keywords = []
message_count = 1.0
messages = ['398694']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'serhiy.storchaka', 'kj']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44802'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102808
* gh-102957
<!-- /gh-linked-prs -->
| adb0621652f489033b9db8d3949564c9fe545c1d | baf4eb083c09b323cc12b8636c28c14089b87de8 |
python/cpython | python__cpython-109081 | # Incorrect message: "Invalid decimal literal" (python 3.10)
BPO | [44780](https://bugs.python.org/issue44780)
--- | :---
Nosy | @aroberge, @serhiy-storchaka, @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 2021-07-30.14:52:34.235>
labels = ['3.10', '3.11']
title = 'Incorrect message: "Invalid decimal literal" (python 3.10)'
updated_at = <Date 2021-12-26.17:01:19.886>
user = 'https://github.com/aroberge'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-26.17:01:19.886>
actor = 'aroberge'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-07-30.14:52:34.235>
creator = 'aroberge'
dependencies = []
files = []
hgrepos = []
issue_num = 44780
keywords = []
message_count = 4.0
messages = ['398556', '398595', '398597', '409212']
nosy_count = 3.0
nosy_names = ['aroberge', 'serhiy.storchaka', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44780'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-109081
* gh-109090
* gh-109091
<!-- /gh-linked-prs -->
| b2729e93e9d73503b1fda4ea4fecd77c58909091 | ac31f714c3e55a7951a9f3f9c823740c20c5d595 |
python/cpython | python__cpython-130429 | # multiprocessing: the Resource Tracker process is never reaped
BPO | [44724](https://bugs.python.org/issue44724)
--- | :---
Nosy | @moreati
Files | <li>[multi.py](https://bugs.python.org/file50173/multi.py "Uploaded as text/plain at 2021-07-23.13:29:52 by viktor.ivanov"): Minimal program leaking resource tracker zombies</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 2021-07-23.13:29:53.414>
labels = ['3.7', 'library', '3.9', 'performance']
title = 'multiprocessing: the Resource Tracker process is never reaped'
updated_at = <Date 2021-11-24.23:24:39.596>
user = 'https://bugs.python.org/viktorivanov'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-24.23:24:39.596>
actor = 'Alex.Willmer'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-07-23.13:29:53.414>
creator = 'viktor.ivanov'
dependencies = []
files = ['50173']
hgrepos = []
issue_num = 44724
keywords = []
message_count = 1.0
messages = ['398053']
nosy_count = 2.0
nosy_names = ['Alex.Willmer', 'viktor.ivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue44724'
versions = ['Python 3.7', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130429
* gh-131516
* gh-131530
<!-- /gh-linked-prs -->
| f53e7de6a84a0f535efb75c3671283b801a1af0f | 00a984488894a4e6674018f449eb9ec0cee3a9a1 |
python/cpython | python__cpython-95739 | # Memory leak when asyncio.open_connection raise
BPO | [44697](https://bugs.python.org/issue44697)
--- | :---
Nosy | @brianquinlan, @asvetlov, @1st1, @aeros, @jdevries3133
<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 2021-07-21.13:46:19.757>
labels = ['expert-asyncio', '3.9', 'performance']
title = 'Memory leak when asyncio.open_connection raise'
updated_at = <Date 2021-08-05.20:05:54.604>
user = 'https://bugs.python.org/seer'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-05.20:05:54.604>
actor = 'jack__d'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2021-07-21.13:46:19.757>
creator = 'seer'
dependencies = []
files = []
hgrepos = []
issue_num = 44697
keywords = ['patch']
message_count = 4.0
messages = ['397945', '397982', '398219', '398234']
nosy_count = 7.0
nosy_names = ['bquinlan', 'asvetlov', 'yselivanov', 'aeros', 'jack__d', 'seer', 'whoKilledLora']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue44697'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-95739
* gh-99721
* gh-99722
<!-- /gh-linked-prs -->
| 995f6170c78570eca818f7e7dbd8a7661c171a81 | 9a91182d4a87e4511dad20ad101e3eab0e1c5088 |
python/cpython | python__cpython-128363 | # More differences in instance and subclass checks between typing.Union and types.Union
BPO | [44668](https://bugs.python.org/issue44668)
--- | :---
Nosy | @gvanrossum, @serhiy-storchaka, @Fidget-Spinner
<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 2021-07-18.17:21:30.520>
labels = ['type-bug', 'library', '3.10', '3.11']
title = 'More differences in instance and subclass checks between typing.Union and types.Union'
updated_at = <Date 2021-07-19.17:57:02.931>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2021-07-19.17:57:02.931>
actor = 'gvanrossum'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-07-18.17:21:30.520>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 44668
keywords = []
message_count = 4.0
messages = ['397757', '397775', '397778', '397823']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'serhiy.storchaka', 'kj']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44668'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-128363
* gh-128370
* gh-128371
<!-- /gh-linked-prs -->
| b2ac70a62ad1be8e037ce45ccf5f1b753ea5e64b | 7c72c1f0dfff8950e3c6f656307099f1b0a4f8a3 |
python/cpython | python__cpython-103974 | # Teleport method for turtle class
BPO | [44607](https://bugs.python.org/issue44607)
--- | :---
Nosy | @serhiy-storchaka, @vedgar, @begilbert-sys
<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 2021-07-12.06:48:56.540>
labels = ['type-feature', 'expert-tkinter', '3.11']
title = 'Teleport method for turtle class'
updated_at = <Date 2021-07-12.17:42:12.710>
user = 'https://github.com/begilbert-sys'
```
bugs.python.org fields:
```python
activity = <Date 2021-07-12.17:42:12.710>
actor = 'Muffinlicious'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2021-07-12.06:48:56.540>
creator = 'Muffinlicious'
dependencies = []
files = []
hgrepos = []
issue_num = 44607
keywords = []
message_count = 4.0
messages = ['397286', '397292', '397303', '397341']
nosy_count = 3.0
nosy_names = ['serhiy.storchaka', 'veky', 'Muffinlicious']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44607'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103974
<!-- /gh-linked-prs -->
| 74a2b79c6265c92ef381b5ff0dc63903bf0178ac | 654d44b3a4d3ee4d92b690668aa5189acf4f9d8f |
python/cpython | python__cpython-105055 | # shutil.copy() inefficient implementation in Windows
BPO | [44579](https://bugs.python.org/issue44579)
--- | :---
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 2021-07-07.12:11:29.301>
labels = ['3.8', 'OS-windows', 'performance']
title = 'shutil.copy() inefficient implementation in Windows'
updated_at = <Date 2021-07-07.14:39:41.523>
user = 'https://bugs.python.org/sfmc'
```
bugs.python.org fields:
```python
activity = <Date 2021-07-07.14:39:41.523>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2021-07-07.12:11:29.301>
creator = 'sfmc'
dependencies = []
files = []
hgrepos = []
issue_num = 44579
keywords = []
message_count = 3.0
messages = ['397076', '397077', '397091']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'sfmc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue44579'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-105055
* gh-105086
<!-- /gh-linked-prs -->
| cda1bd3c9d3b2cecdeeba0c498cd2df83fbdb535 | d14eb3433cf2a40a202471b815f0a935f2840ead |
python/cpython | python__cpython-100806 | # Propagate qualname from the compiler unit to code objects for finer grained profiling data
BPO | [44530](https://bugs.python.org/issue44530)
--- | :---
Nosy | @markshannon, @zooba, @pablogsal, @P403n1x87
PRs | <li>python/cpython#26941</li><li>python/cpython#27052</li><li>python/cpython#29809</li>
Files | <li>[py_main.png](https://bugs.python.org/file50128/py_main.png "Uploaded as image/png at 2021-06-28.22:35:33 by @P403n1x87")</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-12-03.19:50:26.033>
created_at = <Date 2021-06-28.22:35:33.377>
labels = ['expert-C-API', 'type-feature', '3.11']
title = 'Propagate qualname from the compiler unit to code objects for finer grained profiling data'
updated_at = <Date 2021-12-03.19:50:26.033>
user = 'https://github.com/P403n1x87'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-03.19:50:26.033>
actor = 'steve.dower'
assignee = 'none'
closed = True
closed_date = <Date 2021-12-03.19:50:26.033>
closer = 'steve.dower'
components = ['C API']
creation = <Date 2021-06-28.22:35:33.377>
creator = 'Gabriele Tornetta'
dependencies = []
files = ['50128']
hgrepos = []
issue_num = 44530
keywords = ['patch']
message_count = 15.0
messages = ['396667', '396706', '396730', '396754', '396927', '396930', '396932', '396933', '396940', '397071', '397072', '397079', '407105', '407106', '407120']
nosy_count = 4.0
nosy_names = ['Mark.Shannon', 'steve.dower', 'pablogsal', 'Gabriele Tornetta']
pr_nums = ['26941', '27052', '29809']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44530'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100806
<!-- /gh-linked-prs -->
| 7116030a25f7dd2140ef3e889f3f5471334d6d0b | 9e7d7266ecdcccc02385fe4ccb094f3444102e26 |
python/cpython | python__cpython-103230 | # Implement CALL_FUNCTION adaptive interpreter optimizations
BPO | [44525](https://bugs.python.org/issue44525)
--- | :---
Nosy | @markshannon, @pablogsal, @sobolevn, @Fidget-Spinner, @thesamesam
PRs | <li>python/cpython#26934</li><li>python/cpython#29033</li><li>python/cpython#29271</li><li>python/cpython#29595</li><li>python/cpython#29942</li><li>python/cpython#30011</li><li>python/cpython#30107</li><li>python/cpython#30415</li><li>python/cpython#31273</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 2021-06-28.14:22:18.192>
labels = ['3.11', 'performance']
title = 'Implement CALL_FUNCTION adaptive interpreter optimizations'
updated_at = <Date 2022-02-11.11:31:07.338>
user = 'https://github.com/Fidget-Spinner'
```
bugs.python.org fields:
```python
activity = <Date 2022-02-11.11:31:07.338>
actor = 'sobolevn'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-06-28.14:22:18.192>
creator = 'kj'
dependencies = []
files = []
hgrepos = []
issue_num = 44525
keywords = ['patch']
message_count = 9.0
messages = ['396639', '404376', '404470', '405108', '405192', '406831', '408554', '408609', '409779']
nosy_count = 5.0
nosy_names = ['Mark.Shannon', 'pablogsal', 'sobolevn', 'kj', 'thesamesam']
pr_nums = ['26934', '29033', '29271', '29595', '29942', '30011', '30107', '30415', '31273']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue44525'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103230
<!-- /gh-linked-prs -->
| b4978ff872be5102117b4e25d93dbbb4e04c8292 | aa5a9b5eb767fd849ea09d0842e33691e690de7c |
python/cpython | python__cpython-99463 | # Add command-line functionality to uuid module
BPO | [44431](https://bugs.python.org/issue44431)
--- | :---
Nosy | @serhiy-storchaka, @erlend-aasland, @ephenix
PRs | <li>python/cpython#26751</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 2021-06-16.04:14:46.410>
labels = ['type-feature', '3.11']
title = 'Add command-line functionality to uuid module'
updated_at = <Date 2021-06-16.22:06:09.458>
user = 'https://github.com/ephenix'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-16.22:06:09.458>
actor = 'erlendaasland'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-06-16.04:14:46.410>
creator = 'ephenix'
dependencies = []
files = []
hgrepos = []
issue_num = 44431
keywords = ['patch']
message_count = 2.0
messages = ['395906', '395967']
nosy_count = 3.0
nosy_names = ['serhiy.storchaka', 'erlendaasland', 'ephenix']
pr_nums = ['26751']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44431'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99463
* gh-101248
<!-- /gh-linked-prs -->
| 95f5b05a8cad61b296807c14e50896075c4dc1de | c1c5882359a2899b74c1685a0d4e61d6e232161f |
python/cpython | python__cpython-95486 | # Add os.path.isreserved() function
BPO | [44403](https://bugs.python.org/issue44403)
--- | :---
Nosy | @barneygale
<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 2021-06-12.19:52:47.516>
labels = ['type-feature', 'library']
title = 'Add os.path.isreserved() function'
updated_at = <Date 2021-06-12.19:52:47.516>
user = 'https://github.com/barneygale'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-12.19:52:47.516>
actor = 'barneygale'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-06-12.19:52:47.516>
creator = 'barneygale'
dependencies = []
files = []
hgrepos = []
issue_num = 44403
keywords = []
message_count = 1.0
messages = ['395702']
nosy_count = 1.0
nosy_names = ['barneygale']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44403'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-95486
<!-- /gh-linked-prs -->
| 7e31d6dea276ac91402aefb023c58d239dfd9246 | 6c2b419fb91c8d7daa769d39f73768114b5eb45a |
python/cpython | python__cpython-107404 | # Bad dataclass post-init example
BPO | [44365](https://bugs.python.org/issue44365)
--- | :---
Nosy | @ericvsmith, @akulakov, @MicaelJarniac
Files | <li>[dataclass_inheritance_test.py](https://bugs.python.org/file50414/dataclass_inheritance_test.py "Uploaded as text/plain at 2021-10-31.16:08:57 by da2ce7"): Example of Data Class Inheritance</li><li>[dataclass_inheritance_v2_test.py](https://bugs.python.org/file50415/dataclass_inheritance_v2_test.py "Uploaded as text/plain at 2021-10-31.17:10:54 by da2ce7"): Example of Data Class Inheritance (Updated)</li><li>[dataclass_inheritance_v3_test.py](https://bugs.python.org/file50416/dataclass_inheritance_v3_test.py "Uploaded as text/plain at 2021-10-31.17:30:04 by da2ce7"): Example of Data Class Inheritance (Updated, Version 3)</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/ericvsmith'
closed_at = None
created_at = <Date 2021-06-09.15:33:08.429>
labels = ['type-bug', '3.8', '3.9', '3.10', '3.11', 'docs']
title = 'Bad dataclass post-init example'
updated_at = <Date 2021-10-31.17:30:04.410>
user = 'https://github.com/MicaelJarniac'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-31.17:30:04.410>
actor = 'da2ce7'
assignee = 'eric.smith'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-06-09.15:33:08.429>
creator = 'MicaelJarniac'
dependencies = []
files = ['50414', '50415', '50416']
hgrepos = []
issue_num = 44365
keywords = []
message_count = 12.0
messages = ['395427', '395449', '395537', '395541', '395573', '395596', '395861', '395999', '396029', '405406', '405408', '405410']
nosy_count = 5.0
nosy_names = ['eric.smith', 'docs@python', 'andrei.avk', 'MicaelJarniac', 'da2ce7']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44365'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107404
* gh-114162
* gh-114163
<!-- /gh-linked-prs -->
| 05008c27b73da640b63c0d335c65ade517c0eb84 | 60ca37fdee52cc4ff318b6e9ddbb260e8583b33b |
python/cpython | python__cpython-112894 | # IDLE: support Command-click on window title on macOS
BPO | [44350](https://bugs.python.org/issue44350)
--- | :---
Nosy | @terryjreedy, @ronaldoussoren, @ned-deily, @aivarannamaa
<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 2021-06-08.18:13:50.362>
labels = ['OS-mac', 'expert-IDLE', '3.11']
title = 'IDLE: support Command-click on window title on macOS'
updated_at = <Date 2021-06-08.21:25:08.906>
user = 'https://github.com/aivarannamaa'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-08.21:25:08.906>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE', 'macOS']
creation = <Date 2021-06-08.18:13:50.362>
creator = 'Aivar.Annamaa'
dependencies = []
files = []
hgrepos = []
issue_num = 44350
keywords = []
message_count = 3.0
messages = ['395348', '395349', '395363']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'ronaldoussoren', 'ned.deily', 'Aivar.Annamaa']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44350'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-112894
* gh-115840
* gh-115841
<!-- /gh-linked-prs -->
| b48101864c724a7eab41a6878a836f38e54e04fb | 4ee6bdfbaa792a3aa93c65c2022a89bd2d1e0894 |
python/cpython | python__cpython-104025 | # IDLE: Colorizer and output tests hang on macOS
BPO | [44330](https://bugs.python.org/issue44330)
--- | :---
Nosy | @terryjreedy, @taleinat, @ned-deily
<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 2021-06-07.01:41:11.947>
labels = ['3.9', '3.10', '3.11']
title = 'IDLE: Colorizer and output tests hang on macOS'
updated_at = <Date 2021-06-07.22:11:14.604>
user = 'https://github.com/terryjreedy'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-07.22:11:14.604>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-06-07.01:41:11.947>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 44330
keywords = []
message_count = 3.0
messages = ['395239', '395285', '395290']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'taleinat', 'ned.deily']
pr_nums = []
priority = 'critical'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44330'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-104025
* gh-104027
* gh-104075
* gh-104076
<!-- /gh-linked-prs -->
| 4b27972f5fe816d3616f97f8643d8ad922473ab5 | 69bc86cb1aed49db27afc0095e0f4bcd8f1f3983 |
python/cpython | python__cpython-116781 | # time.monotonic() should use a different clock source on Windows
BPO | [44328](https://bugs.python.org/issue44328)
--- | :---
Nosy | @pfmoore, @abalkin, @vstinner, @tjguk, @zware, @eryksun, @zooba, @pganssle, @lunixbochs
<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 2021-06-06.22:05:07.766>
labels = ['3.11', 'library', 'OS-windows', 'performance']
title = 'time.monotonic() should use a different clock source on Windows'
updated_at = <Date 2021-06-14.21:10:46.833>
user = 'https://github.com/lunixbochs'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-14.21:10:46.833>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2021-06-06.22:05:07.766>
creator = 'lunixbochs2'
dependencies = []
files = []
hgrepos = []
issue_num = 44328
keywords = []
message_count = 12.0
messages = ['395221', '395238', '395490', '395493', '395681', '395683', '395719', '395769', '395771', '395782', '395784', '395849']
nosy_count = 9.0
nosy_names = ['paul.moore', 'belopolsky', 'vstinner', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'p-ganssle', 'lunixbochs2']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue44328'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-116781
* gh-118395
<!-- /gh-linked-prs -->
| 846ad5a26ac0ff988a3fceec8f8e830f68bdf48a | 415cd06d724762f23b42f1ab36867b8114714684 |
python/cpython | python__cpython-110574 | # gettext: deprecate selecting plural form by fractional numbers (part 2)
BPO | [44268](https://bugs.python.org/issue44268)
--- | :---
Nosy | @serhiy-storchaka, @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 2021-05-30.09:44:10.301>
labels = ['type-feature', 'library', '3.10', '3.11']
title = 'gettext: deprecate selecting plural form by fractional numbers (part 2)'
updated_at = <Date 2021-05-30.19:03:22.590>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-30.19:03:22.590>
actor = 'pablogsal'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-30.09:44:10.301>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 44268
keywords = []
message_count = 2.0
messages = ['394762', '394776']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44268'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110574
<!-- /gh-linked-prs -->
| 38bd2c520a2df7904e32093da2166eec2c039802 | 45cfabb8429b5ecee78ca60c1ca8f7f5820afc5c |
python/cpython | python__cpython-110049 | # Define SOABI, LIBRARY, LDLIBRARY and LIBPL on Windows
BPO | [44236](https://bugs.python.org/issue44236)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @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 2021-05-25.15:15:02.518>
labels = ['3.10', 'OS-windows', '3.11']
title = 'Define SOABI, LIBRARY, LDLIBRARY and LIBPL on Windows'
updated_at = <Date 2021-05-25.15:18:34.574>
user = 'https://github.com/zooba'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-25.15:18:34.574>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2021-05-25.15:15:02.518>
creator = 'steve.dower'
dependencies = []
files = []
hgrepos = []
issue_num = 44236
keywords = []
message_count = 2.0
messages = ['394368', '394369']
nosy_count = 4.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44236'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-110049
<!-- /gh-linked-prs -->
| cf6f23b0e3cdef33f23967cf954a2ca4d1fa6528 | 80dc39e1dc2abc809f448cba5d2c5b9c1c631e11 |
python/cpython | python__cpython-116191 | # TimedRotatingFileHandler overwrite log
BPO | [44186](https://bugs.python.org/issue44186)
--- | :---
Nosy | @vsajip, @Harry-Lees, @aeg
PRs | <li>python/cpython#26553</li>
Files | <li>[log.py](https://bugs.python.org/file50053/log.py "Uploaded as text/plain at 2021-05-20.10:50:45 by @aeg")</li><li>[log_44186.py](https://bugs.python.org/file50194/log_44186.py "Uploaded as text/plain at 2021-08-01.05:53:29 by @vsajip"): Slightly updated Python script</li><li>[test.sh](https://bugs.python.org/file50195/test.sh "Uploaded as application/x-shellscript at 2021-08-01.05:56:54 by @vsajip"): Test shell script</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/vsajip'
closed_at = None
created_at = <Date 2021-05-20.10:21:59.331>
labels = ['type-bug', 'library', '3.9']
title = 'TimedRotatingFileHandler overwrite log'
updated_at = <Date 2021-08-02.07:48:35.356>
user = 'https://github.com/aeg'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-02.07:48:35.356>
actor = 'vinay.sajip'
assignee = 'vinay.sajip'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-20.10:21:59.331>
creator = 'aeg'
dependencies = []
files = ['50053', '50194', '50195']
hgrepos = []
issue_num = 44186
keywords = ['patch']
message_count = 5.0
messages = ['394009', '395141', '398683', '398692', '398732']
nosy_count = 3.0
nosy_names = ['vinay.sajip', 'Harry-Lees', 'aeg']
pr_nums = ['26553']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44186'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-116191
* gh-116208
* gh-116209
* gh-116409
* gh-116585
* gh-116586
<!-- /gh-linked-prs -->
| fee86fd9a422612b39e5aabf2571b8fe4abac770 | 9b7f253b55f10df03d43c8a7c2da40ea523ac7a1 |
python/cpython | python__cpython-99801 | # Document what are resources in importlib.resources
BPO | [44164](https://bugs.python.org/issue44164)
--- | :---
Nosy | @jaraco, @FFY00
PRs | <li>python/cpython#26280</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 2021-05-18.00:05:54.175>
labels = ['3.11', 'docs']
title = 'Document what are resources in importlib.resources'
updated_at = <Date 2021-05-23.18:56:35.435>
user = 'https://github.com/FFY00'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-23.18:56:35.435>
actor = 'jaraco'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-05-18.00:05:54.175>
creator = 'FFY00'
dependencies = []
files = []
hgrepos = []
issue_num = 44164
keywords = ['patch']
message_count = 2.0
messages = ['393849', '394218']
nosy_count = 3.0
nosy_names = ['jaraco', 'docs@python', 'FFY00']
pr_nums = ['26280']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44164'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99801
<!-- /gh-linked-prs -->
| 7f005749b27c7b9108ea24e5c0ff25068910b75c | 93f22d30eb7bf579d511b1866674bc1c2513dde9 |
python/cpython | python__cpython-120281 | # missing dataclass decorator in match-statement example
BPO | [44109](https://bugs.python.org/issue44109)
--- | :---
Nosy | @rhettinger, @ericvsmith, @brandtbucher, @akulakov, @ahmetveburak
<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 2021-05-11.12:36:08.995>
labels = ['type-bug', '3.10', 'docs']
title = 'missing dataclass decorator in match-statement example'
updated_at = <Date 2021-06-26.13:55:21.690>
user = 'https://github.com/ahmetveburak'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-26.13:55:21.690>
actor = 'andrei.avk'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-05-11.12:36:08.995>
creator = 'ahmetveburak'
dependencies = []
files = []
hgrepos = []
issue_num = 44109
keywords = []
message_count = 6.0
messages = ['393454', '393607', '393678', '393812', '396527', '396550']
nosy_count = 6.0
nosy_names = ['rhettinger', 'eric.smith', 'docs@python', 'brandtbucher', 'andrei.avk', 'ahmetveburak']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44109'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-120281
* gh-134142
* gh-134143
<!-- /gh-linked-prs -->
| 7a9d46295a497669eaa6e647c33ab71c8cf620a1 | b41d79c776af4bfa5d28fc2036c9137978294b6a |
python/cpython | python__cpython-99888 | # Generation of an executable's library file when python is built is static
BPO | [44101](https://bugs.python.org/issue44101)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @zooba, @lakor64
Files | <li>[prop.patch](https://bugs.python.org/file50031/prop.patch "Uploaded as text/plain at 2021-05-10.11:27:58 by @lakor64")</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 2021-05-10.11:27:58.956>
labels = ['type-bug', 'OS-windows', '3.11']
title = "Generation of an executable's library file when python is built is static"
updated_at = <Date 2021-05-10.11:27:58.956>
user = 'https://github.com/lakor64'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-10.11:27:58.956>
actor = 'lakor64'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2021-05-10.11:27:58.956>
creator = 'lakor64'
dependencies = []
files = ['50031']
hgrepos = []
issue_num = 44101
keywords = ['patch']
message_count = 1.0
messages = ['393377']
nosy_count = 5.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'lakor64']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44101'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99888
<!-- /gh-linked-prs -->
| 3c5355496b54fa0a4ea0e22344d008528e45682c | 748c6c0921ee02a19e01a35f03ce5f4d9cfde5a6 |
python/cpython | python__cpython-96161 | # Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT
BPO | [44067](https://bugs.python.org/issue44067)
--- | :---
Nosy | @Yhg1s, @serhiy-storchaka
Files | <li>[zip_bug.zip](https://bugs.python.org/file50025/zip_bug.zip "Uploaded as application/x-zip-compressed at 2021-05-07.08:18:55 by shaanbhaya")</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 2021-05-07.08:18:55.383>
labels = ['type-bug', '3.8', '3.9', '3.10', '3.11', '3.7', 'library']
title = 'Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT'
updated_at = <Date 2021-11-07.00:34:59.007>
user = 'https://bugs.python.org/shaanbhaya'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-07.00:34:59.007>
actor = 'anadius'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-07.08:18:55.383>
creator = 'shaanbhaya'
dependencies = []
files = ['50025']
hgrepos = []
issue_num = 44067
keywords = []
message_count = 3.0
messages = ['393178', '393179', '405760']
nosy_count = 5.0
nosy_names = ['twouters', 'alanmcintyre', 'serhiy.storchaka', 'shaanbhaya', 'anadius']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44067'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-96161
* gh-102083
* gh-102084
* gh-102086
* gh-102087
<!-- /gh-linked-prs -->
| 59e86caca812fc993c5eb7dc8ccd1508ffccba86 | ed01addb59a554804995303ad3e7bf0c6067737b |
python/cpython | python__cpython-99625 | # canonicalize "upper-case" -> "uppercase"; "lower-case" -> "lowercase"
BPO | [44045](https://bugs.python.org/issue44045)
--- | :---
Nosy | @ericvsmith, @merwok, @jugmac00, @nanjekyejoannah, @akulakov
PRs | <li>python/cpython#25985</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 2021-05-05.06:55:02.631>
labels = []
title = 'canonicalize "upper-case" -> "uppercase"; "lower-case" -> "lowercase"'
updated_at = <Date 2021-05-28.20:54:32.055>
user = 'https://github.com/jugmac00'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-28.20:54:32.055>
actor = 'nanjekyejoannah'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-05-05.06:55:02.631>
creator = 'jugmac00'
dependencies = []
files = []
hgrepos = []
issue_num = 44045
keywords = ['patch']
message_count = 10.0
messages = ['392978', '393065', '393217', '393227', '393229', '393248', '393284', '393292', '393293', '394689']
nosy_count = 5.0
nosy_names = ['eric.smith', 'eric.araujo', 'jugmac00', 'nanjekyejoannah', 'andrei.avk']
pr_nums = ['25985']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue44045'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99625
<!-- /gh-linked-prs -->
| 39dfbb2d5dc47635f332bc13ca667293de6989ab | 79ccc03b62d819d83e592c6c8038545d9263a0d4 |
python/cpython | python__cpython-116434 | # Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string
BPO | [43952](https://bugs.python.org/issue43952)
--- | :---
Nosy | @miguendes
PRs | <li>python/cpython#25845</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 2021-04-27.11:45:15.510>
labels = ['type-bug', 'library', '3.11']
title = 'Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string'
updated_at = <Date 2021-05-13.21:12:02.688>
user = 'https://bugs.python.org/anon01'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-13.21:12:02.688>
actor = 'pitrou'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-04-27.11:45:15.510>
creator = 'anon01'
dependencies = []
files = []
hgrepos = []
issue_num = 43952
keywords = ['patch']
message_count = 3.0
messages = ['392056', '392591', '392790']
nosy_count = 1.0
nosy_names = ['miguendes']
pr_nums = ['25845']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43952'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-116434
* gh-116440
* gh-116441
<!-- /gh-linked-prs -->
| ea1803e608a7aaf9cf2c07e510d8540d46d3b9ad | c62144a02cfae412a9deb4059fae141693a6edc9 |
python/cpython | python__cpython-101806 | # dataclasses.astuple (and .asdict) do deepcopy on all fields
BPO | [43905](https://bugs.python.org/issue43905)
--- | :---
Nosy | @ericvsmith, @serhiy-storchaka, @miss-islington, @akulakov
PRs | <li>python/cpython#26154</li><li>python/cpython#29851</li><li>python/cpython#29852</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/ericvsmith'
closed_at = <Date 2021-11-29.18:34:32.678>
created_at = <Date 2021-04-21.12:19:17.095>
labels = ['3.11', 'type-bug', '3.9', '3.10', 'docs']
title = 'dataclasses.astuple (and .asdict) do deepcopy on all fields'
updated_at = <Date 2021-11-29.18:44:26.912>
user = 'https://bugs.python.org/mandolaerik'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-29.18:44:26.912>
actor = 'andrei.avk'
assignee = 'eric.smith'
closed = True
closed_date = <Date 2021-11-29.18:34:32.678>
closer = 'eric.smith'
components = ['Documentation']
creation = <Date 2021-04-21.12:19:17.095>
creator = 'mandolaerik'
dependencies = []
files = []
hgrepos = []
issue_num = 43905
keywords = ['patch']
message_count = 14.0
messages = ['391516', '391518', '391519', '391520', '394015', '394019', '396284', '407241', '407243', '407306', '407310', '407311', '407314', '407316']
nosy_count = 5.0
nosy_names = ['eric.smith', 'serhiy.storchaka', 'miss-islington', 'andrei.avk', 'mandolaerik']
pr_nums = ['26154', '29851', '29852']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43905'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101806
<!-- /gh-linked-prs -->
| 767d3a8f6f2f94daa15ad3759d0ecdf4c009b7ab | b48be8fa18518583abb21bf6e4f5d7e4b5c9d7b2 |
python/cpython | python__cpython-118076 | # Fix documentation of epoch/time.time
BPO | [43869](https://bugs.python.org/issue43869)
--- | :---
Nosy | @vstinner, @ofek, @pganssle, @miguendes
PRs | <li>python/cpython#25777</li><li>python/cpython#30664</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-19.10:27:50.486>
created_at = <Date 2021-04-16.15:15:58.550>
labels = ['3.11', 'type-feature', 'docs']
title = 'Fix documentation of epoch/time.time'
updated_at = <Date 2022-01-19.10:27:50.485>
user = 'https://github.com/ofek'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-19.10:27:50.485>
actor = 'vstinner'
assignee = 'docs@python'
closed = True
closed_date = <Date 2022-01-19.10:27:50.486>
closer = 'vstinner'
components = ['Documentation']
creation = <Date 2021-04-16.15:15:58.550>
creator = 'Ofekmeister'
dependencies = []
files = []
hgrepos = []
issue_num = 43869
keywords = ['patch']
message_count = 8.0
messages = ['391214', '391215', '391216', '391218', '392583', '410875', '410876', '410934']
nosy_count = 5.0
nosy_names = ['vstinner', 'docs@python', 'Ofekmeister', 'p-ganssle', 'miguendes']
pr_nums = ['25777', '30664']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue43869'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-118076
* gh-118097
<!-- /gh-linked-prs -->
| 7c6cc00211772cc2afe0bc5e996b6d28f925d133 | 8a01fd7b9bb27c7d284e2f0152713a8619fd34a3 |
python/cpython | python__cpython-102813 | # [Windows] ntpath.realpath() of bytes root directory may raise TypeError in some cases
BPO | [43847](https://bugs.python.org/issue43847)
--- | :---
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 2021-04-14.12:51:02.772>
labels = ['easy', 'type-bug', '3.8', '3.9', '3.10', 'library', 'OS-windows']
title = '[Windows] ntpath.realpath() of bytes root directory may raise TypeError in some cases'
updated_at = <Date 2021-04-28.15:53:40.393>
user = 'https://github.com/9001'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-28.15:53:40.393>
actor = 'steve.dower'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Windows']
creation = <Date 2021-04-14.12:51:02.772>
creator = '9001'
dependencies = []
files = []
hgrepos = []
issue_num = 43847
keywords = ['easy']
message_count = 2.0
messages = ['391074', '391119']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', "Antoine d'Otreppe", 'zach.ware', 'eryksun', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43847'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102813
* gh-103343
<!-- /gh-linked-prs -->
| 4dc339b4d69195448207e1faecc3e258700daf33 | 995386071f96e4cfebfa027a71ca9134e4651d2a |
python/cpython | python__cpython-102731 | # [_winapi] correctly sort and remove duplicates in getenvironment()
BPO | [43702](https://bugs.python.org/issue43702)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @aisk
<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 2021-04-02.04:16:14.463>
labels = ['type-bug', '3.9', '3.10', '3.11', 'extension-modules', 'OS-windows']
title = '[Windows] correctly sort and remove duplicates in _winapi getenvironment()'
updated_at = <Date 2022-03-19.18:03:11.308>
user = 'https://github.com/eryksun'
```
bugs.python.org fields:
```python
activity = <Date 2022-03-19.18:03:11.308>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules', 'Windows']
creation = <Date 2021-04-02.04:16:14.463>
creator = 'eryksun'
dependencies = []
files = []
hgrepos = []
issue_num = 43702
keywords = []
message_count = 3.0
messages = ['390038', '415560', '415563']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'asaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43702'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102731
* gh-113865
* gh-113866
* gh-113867
<!-- /gh-linked-prs -->
| c31be58da8577ef140e83d4e46502c7bb1eb9abf | fda901a1ff94ea6cc338b74928acdbc5ee165ed7 |
python/cpython | python__cpython-103312 | # Use syntactically correct examples on abc package page
BPO | [43698](https://bugs.python.org/issue43698)
--- | :---
Nosy | @corona10, @miss-islington, @greatvovan, @sobolevn
PRs | <li>python/cpython#30502</li><li>python/cpython#30917</li><li>python/cpython#30918</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 2021-04-01.18:18:39.308>
labels = ['type-bug', '3.8', '3.9', '3.10', 'docs']
title = 'Use syntactically correct examples on abc package page'
updated_at = <Date 2022-01-26.12:42:42.831>
user = 'https://github.com/greatvovan'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-26.12:42:42.831>
actor = 'miss-islington'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-04-01.18:18:39.308>
creator = 'Vladimir Ryabtsev'
dependencies = []
files = []
hgrepos = []
issue_num = 43698
keywords = ['patch']
message_count = 5.0
messages = ['390004', '410157', '411727', '411746', '411747']
nosy_count = 5.0
nosy_names = ['docs@python', 'corona10', 'miss-islington', 'Vladimir Ryabtsev', 'sobolevn']
pr_nums = ['30502', '30917', '30918']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43698'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103312
* gh-103442
<!-- /gh-linked-prs -->
| 50b4b1598411ed393f47ce7f4fffbe5b9063cd42 | 55c99d97e14618dfce41472dd4446f763b0da13f |
python/cpython | python__cpython-132980 | # Logically merge cell and locals array. They are already contiguous in memory
BPO | [43693](https://bugs.python.org/issue43693)
--- | :---
Nosy | @gvanrossum, @rhettinger, @ncoghlan, @markshannon, @ericsnowcurrently, @serhiy-storchaka, @gvanrossum, @pablogsal
PRs | <li>python/cpython#25152</li><li>python/cpython#26216</li><li>python/cpython#26258</li><li>python/cpython#26364</li><li>python/cpython#26375</li><li>python/cpython#26388</li><li>python/cpython#26396</li><li>python/cpython#26530</li><li>python/cpython#26577</li><li>python/cpython#26587</li><li>python/cpython#26588</li><li>python/cpython#26597</li><li>python/cpython#26609</li><li>python/cpython#26626</li><li>python/cpython#26749</li><li>python/cpython#26839</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 2021-04-01.11:33:50.457>
labels = ['interpreter-core', 'performance']
title = 'Logically merge cell and locals array. They are already contiguous in memory'
updated_at = <Date 2021-07-21.18:07:49.033>
user = 'https://github.com/markshannon'
```
bugs.python.org fields:
```python
activity = <Date 2021-07-21.18:07:49.033>
actor = 'gvanrossum'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2021-04-01.11:33:50.457>
creator = 'Mark.Shannon'
dependencies = []
files = []
hgrepos = []
issue_num = 43693
keywords = ['patch']
message_count = 32.0
messages = ['389974', '390069', '390247', '390253', '394455', '394556', '395014', '395059', '395097', '395098', '395102', '395105', '395137', '395273', '395294', '395297', '395317', '395318', '395319', '395321', '395326', '395329', '395331', '395332', '395338', '395365', '395448', '395899', '396015', '396288', '396433', '397956']
nosy_count = 8.0
nosy_names = ['gvanrossum', 'rhettinger', 'ncoghlan', 'Mark.Shannon', 'eric.snow', 'serhiy.storchaka', 'Guido.van.Rossum', 'pablogsal']
pr_nums = ['25152', '26216', '26258', '26364', '26375', '26388', '26396', '26530', '26577', '26587', '26588', '26597', '26609', '26626', '26749', '26839']
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue43693'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-132980
<!-- /gh-linked-prs -->
| 219d8d24b5c06efe0f002de38b8a476f69da0813 | 96a7fb93a8e31eae368b9efee945f6959355e8ba |
python/cpython | python__cpython-101788 | # Handle generator (and coroutine) state in the bytecode.
BPO | [43683](https://bugs.python.org/issue43683)
--- | :---
Nosy | @markshannon, @pablogsal, @sweeneyde, @dpgeorge
PRs | <li>python/cpython#25137</li><li>python/cpython#25138</li><li>python/cpython#25224</li><li>python/cpython#25225</li><li>python/cpython#30723</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/markshannon'
closed_at = None
created_at = <Date 2021-03-31.16:45:03.337>
labels = ['3.11', '3.10', 'performance']
title = 'Handle generator (and coroutine) state in the bytecode.'
updated_at = <Date 2022-01-24.11:08:57.165>
user = 'https://github.com/markshannon'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-24.11:08:57.165>
actor = 'Mark.Shannon'
assignee = 'Mark.Shannon'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-03-31.16:45:03.337>
creator = 'Mark.Shannon'
dependencies = []
files = []
hgrepos = []
issue_num = 43683
keywords = ['patch']
message_count = 15.0
messages = ['389919', '390305', '390354', '404564', '405081', '405083', '405096', '407983', '407987', '407988', '408006', '408009', '409725', '409751', '411465']
nosy_count = 4.0
nosy_names = ['Mark.Shannon', 'pablogsal', 'Dennis Sweeney', 'dpgeorge']
pr_nums = ['25137', '25138', '25224', '25225', '30723']
priority = None
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue43683'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101788
* gh-101908
* gh-104268
<!-- /gh-linked-prs -->
| 160f2fe2b90ed5ec7838cb4141dd35768422891f | a1f08f5f19753c7c9295f51b5ae1262c7a1c838f |
python/cpython | python__cpython-99570 | # MacOS os.statvfs() has rollover for >4TB disks at each 4TB (32bit counter overflow?)
BPO | [43638](https://bugs.python.org/issue43638)
--- | :---
Nosy | @ronaldoussoren, @ned-deily, @Safihre, @sanderjo
<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 2021-03-27.10:36:42.644>
labels = ['OS-mac', 'type-bug', '3.9']
title = 'MacOS os.statvfs() has rollover for >4TB disks at each 4TB (32bit counter overflow?)'
updated_at = <Date 2021-03-29.08:41:43.606>
user = 'https://github.com/sanderjo'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-29.08:41:43.606>
actor = 'sanderjo'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2021-03-27.10:36:42.644>
creator = 'sanderjo'
dependencies = []
files = []
hgrepos = []
issue_num = 43638
keywords = []
message_count = 4.0
messages = ['389596', '389607', '389668', '389674']
nosy_count = 4.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'Safihre', 'sanderjo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43638'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99570
* gh-115236
* gh-115335
<!-- /gh-linked-prs -->
| 6e222a55b1d63de994a2ca39afd4bbf4d2fbdd34 | e19103a346f0277c44a43dfaebad9a5aa468bf1e |
python/cpython | python__cpython-121126 | # With asyncio subprocess, send_signal() and the child process watcher will both call waitpid()
BPO | [43578](https://bugs.python.org/issue43578)
--- | :---
Nosy | @asvetlov, @1st1, @lincheney
<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 2021-03-21.06:53:15.574>
labels = ['type-bug', '3.9', 'expert-asyncio']
title = 'With asyncio subprocess, send_signal() and the child process watcher will both call waitpid()'
updated_at = <Date 2021-03-21.06:53:15.574>
user = 'https://github.com/lincheney'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-21.06:53:15.574>
actor = 'lincheney'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2021-03-21.06:53:15.574>
creator = 'lincheney'
dependencies = []
files = []
hgrepos = []
issue_num = 43578
keywords = []
message_count = 1.0
messages = ['389218']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'lincheney']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43578'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-121126
* gh-121194
<!-- /gh-linked-prs -->
| bd473aa598c5161521a7018896dc124728214a6c | 1a84bdc2371ada60c01c72493caba62c9860007b |
python/cpython | python__cpython-103497 | # Use dedicated opcodes to speed up calls/attribute lookups with super() as receiver
BPO | [43563](https://bugs.python.org/issue43563)
--- | :---
Nosy | @gvanrossum, @rhettinger, @markshannon, @vladima, @isidentical
PRs | <li>python/cpython#24936</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 2021-03-19.20:57:57.938>
labels = ['interpreter-core', '3.10']
title = 'Use dedicated opcodes to speed up calls/attribute lookups with super() as receiver'
updated_at = <Date 2021-04-27.18:23:03.781>
user = 'https://github.com/vladima'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-27.18:23:03.781>
actor = 'v2m'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2021-03-19.20:57:57.938>
creator = 'v2m'
dependencies = []
files = []
hgrepos = []
issue_num = 43563
keywords = ['patch']
message_count = 7.0
messages = ['389114', '389156', '389168', '389337', '389340', '389344', '392116']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'rhettinger', 'Mark.Shannon', 'v2m', 'BTaskaya']
pr_nums = ['24936']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43563'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103497
* gh-103809
* gh-104270
* gh-105125
* gh-105143
<!-- /gh-linked-prs -->
| 0dc8b50d33208e9ca4fc3d959c6798529731f020 | 22bed58e531ce780d91f3364c5ace98fad28c2e8 |
python/cpython | python__cpython-104292 | # pathlib.Path.glob causes OSError encountering symlinks to long filenames
BPO | [43529](https://bugs.python.org/issue43529)
--- | :---
Nosy | @ericfrederich
Files | <li>[uhoh.py](https://bugs.python.org/file49884/uhoh.py "Uploaded as text/plain at 2021-03-17.15:23:35 by @ericfrederich"): Reproduces 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 2021-03-17.15:23:36.025>
labels = ['3.7', '3.8', '3.9', '3.10']
title = 'pathlib.Path.glob causes OSError encountering symlinks to long filenames'
updated_at = <Date 2021-03-19.11:28:12.066>
user = 'https://github.com/ericfrederich'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-19.11:28:12.066>
actor = 'eric.frederich'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-03-17.15:23:36.025>
creator = 'eric.frederich'
dependencies = []
files = ['49884']
hgrepos = []
issue_num = 43529
keywords = []
message_count = 3.0
messages = ['388927', '388928', '389073']
nosy_count = 1.0
nosy_names = ['eric.frederich']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43529'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-104292
* gh-104362
<!-- /gh-linked-prs -->
| a33ce66dca57d4c36b1022fdf3b7e322f3203468 | 7a3b03509e5e3e72d8c47137579cccb52548a318 |
python/cpython | python__cpython-100737 | # pathlib: Highlight pathlib operator behavior with anchored paths
BPO | [43525](https://bugs.python.org/issue43525)
--- | :---
Nosy | @diegoe
PRs | <li>python/cpython#24900</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 2021-03-17.04:04:55.025>
labels = ['3.9', 'docs']
title = 'pathlib: Highlight pathlib operator behavior with anchored paths'
updated_at = <Date 2021-03-17.04:24:30.717>
user = 'https://github.com/diegoe'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-17.04:24:30.717>
actor = 'diegoe'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-03-17.04:04:55.025>
creator = 'diegoe'
dependencies = []
files = []
hgrepos = []
issue_num = 43525
keywords = ['patch']
message_count = 1.0
messages = ['388904']
nosy_count = 2.0
nosy_names = ['docs@python', 'diegoe']
pr_nums = ['24900']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43525'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100737
* gh-100780
* gh-100781
* gh-100782
* gh-100786
* gh-100787
<!-- /gh-linked-prs -->
| 2f2fa03ff3d566b675020787e23de8fb4ca78e99 | 0a7936a38f0bab1619ee9fe257880a51c9d839d5 |
python/cpython | python__cpython-100517 | # SSLContext.hostname_checks_common_name appears to have no effect
BPO | [43522](https://bugs.python.org/issue43522)
--- | :---
Nosy | @tiran, @pquentin
PRs | <li>python/cpython#24899</li><li>python/cpython#25451</li><li>python/cpython#25452</li>
Files | <li>[no_san_ignored.py](https://bugs.python.org/file49879/no_san_ignored.py "Uploaded as text/plain at 2021-03-16.20:07:50 by @pquentin"): Reproducer</li><li>[app.py](https://bugs.python.org/file49880/app.py "Uploaded as text/plain at 2021-03-16.20:08:13 by @pquentin"): Sample Flask app</li><li>[client.pem](https://bugs.python.org/file49881/client.pem "Uploaded as application/x-x509-ca-cert at 2021-03-16.20:08:32 by @pquentin"): client.pem</li><li>[server.pem](https://bugs.python.org/file49882/server.pem "Uploaded as application/x-x509-ca-cert at 2021-03-16.20:08:43 by @pquentin"): server.pem</li><li>[server.key](https://bugs.python.org/file49883/server.key "Uploaded as text/plain at 2021-03-16.20:08:59 by @pquentin"): server.key</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/tiran'
closed_at = <Date 2021-04-17.10:47:03.885>
created_at = <Date 2021-03-16.20:07:50.463>
labels = ['expert-SSL', 'type-bug', '3.8', '3.9', '3.10']
title = 'SSLContext.hostname_checks_common_name appears to have no effect'
updated_at = <Date 2021-05-04.05:50:13.339>
user = 'https://github.com/pquentin'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-04.05:50:13.339>
actor = 'christian.heimes'
assignee = 'christian.heimes'
closed = True
closed_date = <Date 2021-04-17.10:47:03.885>
closer = 'christian.heimes'
components = ['SSL']
creation = <Date 2021-03-16.20:07:50.463>
creator = 'Quentin.Pradet'
dependencies = []
files = ['49879', '49880', '49881', '49882', '49883']
hgrepos = []
issue_num = 43522
keywords = ['patch']
message_count = 9.0
messages = ['388875', '388887', '388888', '388907', '391275', '391277', '391278', '391283', '392853']
nosy_count = 2.0
nosy_names = ['christian.heimes', 'Quentin.Pradet']
pr_nums = ['24899', '25451', '25452']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43522'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100517
* gh-115594
* gh-115595
<!-- /gh-linked-prs -->
| debb1386be024181c8c003c5cbf61608024aee09 | 09fab93c3d857496c0bd162797fab816c311ee48 |
python/cpython | python__cpython-101890 | # functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking
BPO | [43468](https://bugs.python.org/issue43468)
--- | :---
Nosy | @tim-one, @rhettinger, @ncoghlan, @pitrou, @carljm, @jab, @serhiy-storchaka, @ztane, @graingert, @youtux
PRs | <li>python/cpython#27609</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 2021-03-11.06:37:47.884>
labels = ['3.8', 'library', '3.9', '3.10', 'performance']
title = 'functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking'
updated_at = <Date 2021-09-07.16:52:45.061>
user = 'https://github.com/ztane'
```
bugs.python.org fields:
```python
activity = <Date 2021-09-07.16:52:45.061>
actor = 'pitrou'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-03-11.06:37:47.884>
creator = 'ztane'
dependencies = []
files = []
hgrepos = []
issue_num = 43468
keywords = ['patch']
message_count = 11.0
messages = ['388480', '388499', '388592', '398290', '398291', '398680', '398686', '398719', '398837', '398861', '401308']
nosy_count = 11.0
nosy_names = ['tim.peters', 'rhettinger', 'ncoghlan', 'pitrou', 'carljm', 'pydanny', 'jab', 'serhiy.storchaka', 'ztane', 'graingert', 'youtux']
pr_nums = ['27609']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue43468'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101890
<!-- /gh-linked-prs -->
| 056dfc71dce15f81887f0bd6da09d6099d71f979 | 8f647477f0ab5362741d261701b5bcd76bd69ec1 |
python/cpython | python__cpython-127355 | # json.load() can raise UnicodeDecodeError, but this is not documented
BPO | [43340](https://bugs.python.org/issue43340)
--- | :---
Nosy | @rhettinger, @ericvsmith, @mattheww, @serhiy-storchaka, @kamilturek
PRs | <li>python/cpython#25173</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 2021-02-27.18:24:21.488>
labels = ['type-bug', '3.8', '3.9', '3.10', 'docs']
title = 'json.load() can raise UnicodeDecodeError, but this is not documented'
updated_at = <Date 2021-04-08.06:12:00.019>
user = 'https://github.com/mattheww'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-08.06:12:00.019>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-02-27.18:24:21.488>
creator = 'mattheww'
dependencies = []
files = []
hgrepos = []
issue_num = 43340
keywords = ['patch']
message_count = 5.0
messages = ['387780', '387794', '387795', '387851', '387879']
nosy_count = 6.0
nosy_names = ['rhettinger', 'eric.smith', 'mattheww', 'docs@python', 'serhiy.storchaka', 'kamilturek']
pr_nums = ['25173']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43340'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-127355
* gh-128607
* gh-128608
* gh-128609
* gh-128610
* gh-128611
<!-- /gh-linked-prs -->
| cdfb8bc93a4d8c06d2404ba2d243937ba209438c | 15372d0112ac7fbbbe313725dd87d5a45af2f6d3 |
python/cpython | python__cpython-127355 | # Could not build the ssl module! | macOS with `CPPFLAGS` and `LDFLAGS` set
BPO | [43339](https://bugs.python.org/issue43339)
--- | :---
Nosy | @SamuelMarks
<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-02-27.11:59:13.933>
created_at = <Date 2021-02-27.11:43:37.506>
labels = ['build', 'invalid', '3.10']
title = 'Could not build the ssl module! | macOS with `CPPFLAGS` and `LDFLAGS` set'
updated_at = <Date 2021-02-27.11:59:13.933>
user = 'https://github.com/SamuelMarks'
```
bugs.python.org fields:
```python
activity = <Date 2021-02-27.11:59:13.933>
actor = 'samuelmarks'
assignee = 'none'
closed = True
closed_date = <Date 2021-02-27.11:59:13.933>
closer = 'samuelmarks'
components = ['Build']
creation = <Date 2021-02-27.11:43:37.506>
creator = 'samuelmarks'
dependencies = []
files = []
hgrepos = []
issue_num = 43339
keywords = []
message_count = 2.0
messages = ['387777', '387778']
nosy_count = 1.0
nosy_names = ['samuelmarks']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue43339'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-127355
<!-- /gh-linked-prs -->
| cdfb8bc93a4d8c06d2404ba2d243937ba209438c | 15372d0112ac7fbbbe313725dd87d5a45af2f6d3 |
python/cpython | python__cpython-96351 | # subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments
BPO | [43308](https://bugs.python.org/issue43308)
--- | :---
Nosy | @gpshead, @cptpcrd
Files | <li>[subprocess-validation-fd-leak.patch](https://bugs.python.org/file49830/subprocess-validation-fd-leak.patch "Uploaded as text/plain at 2021-02-23.18:26:19 by @cptpcrd")</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 2021-02-23.18:26:22.367>
labels = ['3.8', 'library', '3.9', '3.10', 'performance']
title = 'subprocess.Popen leaks file descriptors opened for DEVNULL or PIPE stdin/stdout/stderr arguments'
updated_at = <Date 2021-02-24.12:03:47.372>
user = 'https://github.com/cptpcrd'
```
bugs.python.org fields:
```python
activity = <Date 2021-02-24.12:03:47.372>
actor = 'izbyshev'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-02-23.18:26:22.367>
creator = 'cptpcrd'
dependencies = []
files = ['49830']
hgrepos = []
issue_num = 43308
keywords = ['patch']
message_count = 1.0
messages = ['387589']
nosy_count = 2.0
nosy_names = ['gregory.p.smith', 'cptpcrd']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue43308'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-96351
* gh-104563
<!-- /gh-linked-prs -->
| 3a4c44bb1e92802db64deec59cf8a68ad3973219 | 20e994c535fea33b827e69323f80fec056a76250 |
python/cpython | python__cpython-100581 | # Walrus comprehension rebind checking behavior
BPO | [43281](https://bugs.python.org/issue43281)
--- | :---
Nosy | @gvanrossum, @emilyemorehouse, @gousaiyang
<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 2021-02-21.01:20:04.826>
labels = ['type-bug', '3.8', '3.9', '3.10']
title = 'Walrus comprehension rebind checking behavior'
updated_at = <Date 2021-02-27.05:46:20.917>
user = 'https://github.com/gousaiyang'
```
bugs.python.org fields:
```python
activity = <Date 2021-02-27.05:46:20.917>
actor = 'gvanrossum'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-02-21.01:20:04.826>
creator = 'gousaiyang'
dependencies = []
files = []
hgrepos = []
issue_num = 43281
keywords = []
message_count = 2.0
messages = ['387433', '387768']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'emilyemorehouse', 'gousaiyang']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43281'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100581
<!-- /gh-linked-prs -->
| bc0a686f820d7d298a0b1450b155a717972de0fc | 8d69828092f734cd9275459173a0f89bde109659 |
python/cpython | python__cpython-124094 | # Argparse complains argument required when default is provided
BPO | [43192](https://bugs.python.org/issue43192)
--- | :---
Nosy | @rhettinger, @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 2021-02-10.10:24:37.312>
labels = ['3.8', 'type-bug', 'library']
title = 'Argparse complains argument required when default is provided'
updated_at = <Date 2021-05-04.23:03:59.180>
user = 'https://bugs.python.org/ClintOlsen'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-04.23:03:59.180>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-02-10.10:24:37.312>
creator = 'Clint Olsen'
dependencies = []
files = []
hgrepos = []
issue_num = 43192
keywords = []
message_count = 8.0
messages = ['386770', '386771', '386781', '386799', '386801', '386802', '392957', '392965']
nosy_count = 4.0
nosy_names = ['rhettinger', 'eric.smith', 'paul.j3', 'Clint Olsen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43192'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124094
* gh-124440
* gh-124441
<!-- /gh-linked-prs -->
| 20ccda000b5f8365d5f864fd07876804157c2378 | 38a5beb12a64461a06b84fab285944ecb66de04c |
python/cpython | python__cpython-122456 | # code.InteractiveConsole can crash if sys.excepthook is broken
BPO | [43154](https://bugs.python.org/issue43154)
--- | :---
Nosy | @terryjreedy, @vstinner, @cfbolz, @Julian
Files | <li>[crash.log](https://bugs.python.org/file49797/crash.log "Uploaded as text/x-log at 2021-02-07.16:26:30 by @cfbolz")</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 2021-02-07.16:26:30.537>
labels = ['type-bug', '3.10']
title = 'code.InteractiveConsole can crash if sys.excepthook is broken'
updated_at = <Date 2021-04-02.22:33:56.780>
user = 'https://github.com/cfbolz'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-02.22:33:56.780>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-02-07.16:26:30.537>
creator = 'Carl.Friedrich.Bolz'
dependencies = []
files = ['49797']
hgrepos = []
issue_num = 43154
keywords = []
message_count = 3.0
messages = ['386593', '386892', '390108']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'vstinner', 'Carl.Friedrich.Bolz', 'Julian']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43154'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122456
* gh-122514
* gh-122515
<!-- /gh-linked-prs -->
| bd3d31f380cd451a4ab6da5fbfde463fed95b5b5 | e60ee11cb51b87deeb22ad125717bd0d0dc10fa8 |
python/cpython | python__cpython-112791 | # tempfile seems to treat a file as a directory when processing an exception in the onerror()
BPO | [43153](https://bugs.python.org/issue43153)
--- | :---
Nosy | @serhiy-storchaka, @Fidget-Spinner, @akulakov, @mehwhatever0
PRs | <li>python/cpython#29940</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 2021-02-07.09:52:44.316>
labels = ['type-bug', 'library', '3.9', '3.10', '3.11']
title = 'tempfile seems to treat a file as a directory when processing an exception in the onerror()'
updated_at = <Date 2021-12-06.14:13:37.485>
user = 'https://github.com/mehwhatever0'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-06.14:13:37.485>
actor = 'kj'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-02-07.09:52:44.316>
creator = 'mehwhatever0'
dependencies = []
files = []
hgrepos = []
issue_num = 43153
keywords = ['patch']
message_count = 4.0
messages = ['386587', '397118', '407376', '407435']
nosy_count = 4.0
nosy_names = ['serhiy.storchaka', 'kj', 'andrei.avk', 'mehwhatever0']
pr_nums = ['29940']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43153'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-112791
* gh-112845
<!-- /gh-linked-prs -->
| ba18893555bbf69b1da262aaf85d65e4b67e8955 | 81c16cd94ec38d61aa478b9a452436dc3b1b524d |
python/cpython | python__cpython-29974 | # tarfile list() method does not show file type
BPO | [43098](https://bugs.python.org/issue43098)
--- | :---
Nosy | @ethanfurman, @akulakov, @val-shkolnikov
Files | <li>[patch](https://bugs.python.org/file49786/patch "Uploaded as text/plain at 2021-02-02.04:35:46 by @val-shkolnikov")</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/ethanfurman'
closed_at = None
created_at = <Date 2021-02-02.04:35:47.148>
labels = ['3.8', 'type-bug', '3.7']
title = 'tarfile list() method does not show file type'
updated_at = <Date 2021-12-07.21:18:14.344>
user = 'https://github.com/val-shkolnikov'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-07.21:18:14.344>
actor = 'val.shkolnikov'
assignee = 'ethan.furman'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-02-02.04:35:47.148>
creator = 'val.shkolnikov'
dependencies = []
files = ['49786']
hgrepos = []
issue_num = 43098
keywords = []
message_count = 4.0
messages = ['386129', '397039', '407643', '407971']
nosy_count = 3.0
nosy_names = ['ethan.furman', 'andrei.avk', 'val.shkolnikov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43098'
versions = ['Python 3.7', 'Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-29974
* gh-100127
* gh-113230
<!-- /gh-linked-prs -->
| 87c07fe9d908d0a2143fcc8369255c6ff3241503 | 0d637e236d7099f7b724026c8cb7bd83d8e12e6b |
python/cpython | python__cpython-99768 | # Python fails to read a script whose path is `/dev/fd/X`
BPO | [43069](https://bugs.python.org/issue43069)
--- | :---
Nosy | @ronaldoussoren, @ned-deily, @izbyshev, @cipriancraciun
<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 2021-01-29.22:32:21.638>
labels = ['OS-mac', 'interpreter-core', '3.8', '3.9']
title = 'Python fails to read a script whose path is `/dev/fd/X`'
updated_at = <Date 2021-01-30.12:21:41.381>
user = 'https://github.com/cipriancraciun'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-30.12:21:41.381>
actor = 'izbyshev'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'macOS']
creation = <Date 2021-01-29.22:32:21.638>
creator = 'ciprian.craciun'
dependencies = []
files = []
hgrepos = []
issue_num = 43069
keywords = []
message_count = 3.0
messages = ['385955', '385978', '385982']
nosy_count = 4.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'izbyshev', 'ciprian.craciun']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue43069'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99768
* gh-99816
* gh-99817
<!-- /gh-linked-prs -->
| d08fb257698e3475d6f69bb808211d39e344e5b2 | 9c9f085e9a1d1464376ea421e5c96472ca11c3b4 |
python/cpython | python__cpython-117160 | # Calling _PyBytes_Resize() on 1-byte bytes may raise error
BPO | [43027](https://bugs.python.org/issue43027)
--- | :---
Nosy | @animalize
<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 2021-01-26.03:52:04.994>
labels = ['interpreter-core', 'type-bug', '3.8', '3.9', '3.10']
title = 'Calling _PyBytes_Resize() on 1-byte bytes may raise error'
updated_at = <Date 2021-01-26.03:52:04.994>
user = 'https://github.com/animalize'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-26.03:52:04.994>
actor = 'malin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2021-01-26.03:52:04.994>
creator = 'malin'
dependencies = []
files = []
hgrepos = []
issue_num = 43027
keywords = []
message_count = 1.0
messages = ['385689']
nosy_count = 1.0
nosy_names = ['malin']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue43027'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-117160
<!-- /gh-linked-prs -->
| 0c1a42cf9c8cd0d4534d5c1d58f118ce7c5c446e | 01e7405da400e8997f8964d06cc414045e144681 |
python/cpython | python__cpython-127669 | # [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol
BPO | [42972](https://bugs.python.org/issue42972)
--- | :---
Nosy | @nascheme, @ncoghlan, @vstinner, @tiran, @corona10, @pablogsal, @miss-islington, @shihai1991, @erlend-aasland, @Fidget-Spinner
PRs | <li>python/cpython#26104</li><li>python/cpython#26114</li><li>python/cpython#26361</li><li>python/cpython#26362</li><li>python/cpython#26363</li><li>python/cpython#26368</li><li>python/cpython#26370</li><li>python/cpython#26371</li><li>python/cpython#26372</li><li>python/cpython#26373</li><li>python/cpython#26374</li><li>python/cpython#26376</li><li>python/cpython#26381</li><li>python/cpython#26397</li><li>python/cpython#26398</li><li>python/cpython#26399</li><li>python/cpython#26406</li><li>python/cpython#26407</li><li>python/cpython#26411</li><li>python/cpython#26413</li><li>python/cpython#26414</li><li>python/cpython#26423</li><li>python/cpython#26424</li><li>python/cpython#26425</li><li>python/cpython#26426</li><li>python/cpython#26427</li><li>python/cpython#26429</li><li>python/cpython#26430</li><li>python/cpython#26431</li><li>python/cpython#26451</li><li>python/cpython#26452</li><li>python/cpython#26460</li><li>python/cpython#26461</li><li>python/cpython#26475</li><li>python/cpython#26515</li><li>python/cpython#26734</li><li>python/cpython#26735</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 2021-01-19.21:54:26.099>
labels = ['expert-C-API', 'type-bug', '3.10']
title = '[C API] Heap types (PyType_FromSpec) must fully implement the GC protocol'
updated_at = <Date 2021-09-29.00:01:08.612>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2021-09-29.00:01:08.612>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2021-01-19.21:54:26.099>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 42972
keywords = ['patch']
message_count = 56.0
messages = ['385297', '385299', '385883', '393547', '393609', '393668', '394383', '394385', '394386', '394388', '394402', '394403', '394404', '394409', '394416', '394427', '394446', '394450', '394516', '394517', '394518', '394519', '394520', '394532', '394541', '394547', '394554', '394555', '394562', '394564', '394566', '394568', '394574', '394575', '394583', '394594', '394601', '394609', '394622', '394643', '394645', '394646', '394647', '394658', '394659', '394662', '394669', '394676', '394789', '394795', '394797', '394801', '394852', '395015', '395878', '395879']
nosy_count = 11.0
nosy_names = ['nascheme', 'ncoghlan', 'vstinner', 'christian.heimes', 'corona10', 'pablogsal', 'miss-islington', 'shihai1991', 'erlendaasland', 'kj', 'soffieswan015']
pr_nums = ['26104', '26114', '26361', '26362', '26363', '26368', '26370', '26371', '26372', '26373', '26374', '26376', '26381', '26397', '26398', '26399', '26406', '26407', '26411', '26413', '26414', '26423', '26424', '26425', '26426', '26427', '26429', '26430', '26431', '26451', '26452', '26460', '26461', '26475', '26515', '26734', '26735']
priority = None
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42972'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-127669
* gh-127670
<!-- /gh-linked-prs -->
| fb0b94223d481ca58b7c77332348d1ab2c9ab272 | 9ddc388527477afdae17252628d63138631072ba |
python/cpython | python__cpython-105805 | # pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful
BPO | [42969](https://bugs.python.org/issue42969)
--- | :---
Nosy | @gpshead, @pitrou, @vstinner, @colesbury, @izbyshev, @jbms
PRs | <li>python/cpython#28525</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 2021-01-19.19:35:46.531>
labels = ['interpreter-core', 'type-bug', '3.9', '3.10', '3.11']
title = 'pthread_exit & PyThread_exit_thread from PyEval_RestoreThread etc. are harmful'
updated_at = <Date 2021-11-15.22:28:59.110>
user = 'https://github.com/gpshead'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-15.22:28:59.110>
actor = 'colesbury'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2021-01-19.19:35:46.531>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 42969
keywords = ['patch', '3.2regression']
message_count = 26.0
messages = ['385288', '385289', '396669', '396679', '401886', '401922', '401958', '401959', '402218', '402219', '402220', '402264', '402266', '402474', '402475', '402487', '402509', '402519', '402556', '402558', '402559', '402560', '402571', '402608', '402684', '406363']
nosy_count = 6.0
nosy_names = ['gregory.p.smith', 'pitrou', 'vstinner', 'colesbury', 'izbyshev', 'jbms']
pr_nums = ['28525']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42969'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-105805
* gh-130402
* gh-133198
* gh-135991
<!-- /gh-linked-prs -->
| 8cc5aa47ee464ddfd8da5461edecf4a5c72df2ff | 113b2d7583cdbf79da18e696f299a9aca24b599b |
python/cpython | python__cpython-103404 | # Incorrect behavior of inspect.signature(f).bind
BPO | [42940](https://bugs.python.org/issue42940)
--- | :---
<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 2021-01-16.16:30:52.922>
labels = ['type-bug', '3.8', '3.9']
title = 'Incorrect behavior of inspect.signature(f).bind'
updated_at = <Date 2021-01-16.16:30:52.922>
user = 'https://bugs.python.org/slavkostrov'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-16.16:30:52.922>
actor = 'slavkostrov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-01-16.16:30:52.922>
creator = 'slavkostrov'
dependencies = []
files = []
hgrepos = []
issue_num = 42940
keywords = []
message_count = 1.0
messages = ['385143']
nosy_count = 1.0
nosy_names = ['slavkostrov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42940'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-103404
* gh-118984
* gh-118985
<!-- /gh-linked-prs -->
| 9c1520244151f36e010c1b04bedf14747a28517d | a705c1e44984afda2f7fb6d0816345d0843a6635 |
python/cpython | python__cpython-124230 | # argparse incorrectly shows help string on a new line in case of long command string
BPO | [42875](https://bugs.python.org/issue42875)
--- | :---
Nosy | @rhettinger, @DiPaolo
PRs | <li>python/cpython#24177</li>
Files | <li>[argparse-indent-sample.py](https://bugs.python.org/file49730/argparse-indent-sample.py "Uploaded as text/plain at 2021-01-09.14:34:58 by @DiPaolo")</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 2021-01-09.14:34:59.534>
labels = ['3.8', 'type-bug', 'library', '3.9', '3.10']
title = 'argparse incorrectly shows help string on a new line in case of long command string'
updated_at = <Date 2021-01-22.19:25:32.221>
user = 'https://github.com/DiPaolo'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-22.19:25:32.221>
actor = 'paul.j3'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-01-09.14:34:59.534>
creator = 'DiPaolo'
dependencies = []
files = ['49730']
hgrepos = []
issue_num = 42875
keywords = ['patch']
message_count = 2.0
messages = ['384728', '385508']
nosy_count = 3.0
nosy_names = ['rhettinger', 'paul.j3', 'DiPaolo']
pr_nums = ['24177']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42875'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124230
* gh-124373
* gh-124374
<!-- /gh-linked-prs -->
| 7ee99217345af3010bf05b1f5241c661a5e0ea9b | 9e55a02fab77794c421b91429292ed227de0e24a |
python/cpython | python__cpython-134331 | # shielded task exception never retrieved when outer task cancelled
BPO | [42636](https://bugs.python.org/issue42636)
--- | :---
Nosy | @asvetlov, @1st1, @natano
Files | <li>[trigger-warning.py](https://bugs.python.org/file49679/trigger-warning.py "Uploaded as text/plain at 2020-12-14.10:36:20 by @natano"): Short script for showing the issue</li><li>[regression-test.patch](https://bugs.python.org/file49680/regression-test.patch "Uploaded as text/plain at 2020-12-14.10:38:10 by @natano"): Regression test</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-12-14.10:36:21.291>
labels = ['3.7', '3.8', '3.9', '3.10', 'expert-asyncio']
title = 'shielded task exception never retrieved when outer task cancelled'
updated_at = <Date 2020-12-15.09:44:41.561>
user = 'https://github.com/natano'
```
bugs.python.org fields:
```python
activity = <Date 2020-12-15.09:44:41.561>
actor = 'natano'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2020-12-14.10:36:21.291>
creator = 'natano'
dependencies = []
files = ['49679', '49680']
hgrepos = []
issue_num = 42636
keywords = ['patch']
message_count = 4.0
messages = ['382975', '382976', '382979', '383039']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'natano']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42636'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-134331
* gh-134343
<!-- /gh-linked-prs -->
| f695eca60cfc53cf3322323082652037d6d0cfef | f3acbb72ff125172522545ec6f6c676f5108b109 |
python/cpython | python__cpython-99520 | # Add function to get caller's name: sys._getframemodulename()
BPO | [42516](https://bugs.python.org/issue42516)
--- | :---
Nosy | @vstinner, @zooba, @corona10, @FFY00
<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-11-30.21:54:46.811>
labels = ['interpreter-core', 'type-feature', '3.10']
title = "Add function to get caller's name"
updated_at = <Date 2021-06-11.16:17:34.552>
user = 'https://github.com/zooba'
```
bugs.python.org fields:
```python
activity = <Date 2021-06-11.16:17:34.552>
actor = 'corona10'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-11-30.21:54:46.811>
creator = 'steve.dower'
dependencies = []
files = []
hgrepos = []
issue_num = 42516
keywords = []
message_count = 1.0
messages = ['382199']
nosy_count = 4.0
nosy_names = ['vstinner', 'steve.dower', 'corona10', 'FFY00']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42516'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99520
* gh-136325
* gh-136375
* gh-136376
<!-- /gh-linked-prs -->
| b5d4347950399800c6703736d716f08761b29245 | 94fc7706b7bc3d57cdd6d15bf8e8c4499ae53a69 |
python/cpython | python__cpython-123335 | # test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10
BPO | [42507](https://bugs.python.org/issue42507)
--- | :---
Nosy | @terryjreedy, @ronaldoussoren, @vstinner, @ned-deily, @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 2020-11-30.02:46:40.854>
labels = ['OS-mac', '3.8', 'expert-tkinter', '3.9', '3.10']
title = 'test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10'
updated_at = <Date 2021-01-27.11:55:43.827>
user = 'https://github.com/ned-deily'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-27.11:55:43.827>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['macOS', 'Tkinter']
creation = <Date 2020-11-30.02:46:40.854>
creator = 'ned.deily'
dependencies = []
files = []
hgrepos = []
issue_num = 42507
keywords = []
message_count = 12.0
messages = ['382109', '382121', '382175', '382206', '382296', '382328', '382364', '382428', '382441', '382446', '382447', '385764']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'ronaldoussoren', 'vstinner', 'ned.deily', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42507'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123335
* gh-124654
* gh-124655
* gh-125335
* gh-125390
* gh-125391
<!-- /gh-linked-prs -->
| 08e1bbe4a329e5961716f030c6ccfe92c736bf28 | 25189188bfcb48be653eb9fb3aee892f2b9539b9 |
python/cpython | python__cpython-117934 | # get_obs_local_part fails to handle empty local part
BPO | [42484](https://bugs.python.org/issue42484)
--- | :---
Nosy | @warsaw, @bitdancer, @ZackerySpytz, @dicksonch
PRs | <li>python/cpython#24669</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-11-27.12:36:59.942>
labels = ['type-bug', '3.8', 'expert-email', '3.9']
title = 'get_obs_local_part fails to handle empty local part'
updated_at = <Date 2021-02-28.16:44:21.314>
user = 'https://github.com/dicksonch'
```
bugs.python.org fields:
```python
activity = <Date 2021-02-28.16:44:21.314>
actor = 'ZackerySpytz'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2020-11-27.12:36:59.942>
creator = 'dxn126'
dependencies = []
files = []
hgrepos = []
issue_num = 42484
keywords = ['patch']
message_count = 2.0
messages = ['381947', '382153']
nosy_count = 4.0
nosy_names = ['barry', 'r.david.murray', 'ZackerySpytz', 'dxn126']
pr_nums = ['24669']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42484'
versions = ['Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-117934
* gh-117965
<!-- /gh-linked-prs -->
| f74e51229c83e3265f905dc15283bfe0ec1a659e | 8cc9adbfddc8e37cf7d621b12754eecb0584f5da |
python/cpython | python__cpython-101114 | # pathlib.PurePath properties annotated with .. data directive
BPO | [42444](https://bugs.python.org/issue42444)
--- | :---
Nosy | @ezio-melotti, @merwok, @willingc, @JulienPalard, @pganssle, @ZackerySpytz
PRs | <li>python/cpython#24977</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-11-23.15:58:31.527>
labels = ['3.10', 'docs']
title = 'pathlib.PurePath properties annotated with .. data directive'
updated_at = <Date 2021-03-22.17:53:20.182>
user = 'https://github.com/pganssle'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-22.17:53:20.182>
actor = 'ZackerySpytz'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-11-23.15:58:31.527>
creator = 'p-ganssle'
dependencies = []
files = []
hgrepos = []
issue_num = 42444
keywords = ['patch']
message_count = 1.0
messages = ['381673']
nosy_count = 7.0
nosy_names = ['ezio.melotti', 'eric.araujo', 'docs@python', 'willingc', 'mdk', 'p-ganssle', 'ZackerySpytz']
pr_nums = ['24977']
priority = 'low'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42444'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101114
* gh-101205
* gh-101206
<!-- /gh-linked-prs -->
| 01093b82037fbae83623581294a0f1cf5b4a44b0 | 9a155138c58cad409e28e34359ba87ec0025b6b7 |
python/cpython | python__cpython-121771 | # Tarfile to stdout documentation example
BPO | [42442](https://bugs.python.org/issue42442)
--- | :---
<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-11-23.12:10:03.206>
labels = ['3.7', '3.8', '3.9', 'docs']
title = 'Tarfile to stdout documentation example'
updated_at = <Date 2020-11-23.12:10:03.206>
user = 'https://bugs.python.org/ilaughlin'
```
bugs.python.org fields:
```python
activity = <Date 2020-11-23.12:10:03.206>
actor = 'ilaughlin'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-11-23.12:10:03.206>
creator = 'ilaughlin'
dependencies = []
files = []
hgrepos = []
issue_num = 42442
keywords = []
message_count = 1.0
messages = ['381665']
nosy_count = 2.0
nosy_names = ['docs@python', 'ilaughlin']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42442'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-121771
* gh-136866
* gh-136867
<!-- /gh-linked-prs -->
| cc81b4e501138b5793d419c81c3a2859a17207a7 | c6e6fe92cd8b90d546652764e3eaf1631da16f8f |
python/cpython | python__cpython-132466 | # loop.call_exception_handler documentation is lacking
BPO | [42347](https://bugs.python.org/issue42347)
--- | :---
Nosy | @asvetlov, @1st1, @sersorrel
<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-11-13.14:54:33.611>
labels = ['type-feature', 'docs', 'expert-asyncio']
title = 'loop.call_exception_handler documentation is lacking'
updated_at = <Date 2020-11-28.10:56:22.787>
user = 'https://github.com/sersorrel'
```
bugs.python.org fields:
```python
activity = <Date 2020-11-28.10:56:22.787>
actor = 'asvetlov'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'asyncio']
creation = <Date 2020-11-13.14:54:33.611>
creator = 'sorrel'
dependencies = []
files = []
hgrepos = []
issue_num = 42347
keywords = []
message_count = 3.0
messages = ['380895', '381887', '381991']
nosy_count = 4.0
nosy_names = ['asvetlov', 'docs@python', 'yselivanov', 'sorrel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42347'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-132466
* gh-132487
<!-- /gh-linked-prs -->
| ce753517a87eec776c176f3245ce5d1554a59341 | 887eabc5a74316708460120d60d0fa4f8bdf5960 |
python/cpython | python__cpython-101824 | # threading.local documentation should be on the net...
BPO | [42343](https://bugs.python.org/issue42343)
--- | :---
Nosy | @rhettinger, @ztane, @posita
<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-11-13.11:17:53.498>
labels = ['easy', 'type-feature', 'docs']
title = 'threading.local documentation should be on the net...'
updated_at = <Date 2022-01-27.11:56:52.582>
user = 'https://github.com/ztane'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-27.11:56:52.582>
actor = 'posita'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-11-13.11:17:53.498>
creator = 'ztane'
dependencies = []
files = []
hgrepos = []
issue_num = 42343
keywords = ['newcomer friendly']
message_count = 4.0
messages = ['380875', '380999', '411858', '411860']
nosy_count = 4.0
nosy_names = ['rhettinger', 'docs@python', 'ztane', 'posita']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42343'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101824
* gh-102575
* gh-102576
<!-- /gh-linked-prs -->
| 53dceb53ade15587b9cfd30c0a0942232517dee9 | cb35882773a3ffc7fe0671e64848f4c926a2d52f |
python/cpython | python__cpython-100615 | # asyncio.open_connection(local_addr=('localhost', port)) fails with TypeError: AF_INET address must be a pair (host, port)
BPO | [42342](https://bugs.python.org/issue42342)
--- | :---
Nosy | @asvetlov, @1st1, @ecatmur
<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-11-13.10:23:37.431>
labels = ['type-bug', '3.8', 'expert-asyncio']
title = "asyncio.open_connection(local_addr=('localhost', port)) fails with TypeError: AF_INET address must be a pair (host, port)"
updated_at = <Date 2020-11-13.10:23:37.431>
user = 'https://github.com/ecatmur'
```
bugs.python.org fields:
```python
activity = <Date 2020-11-13.10:23:37.431>
actor = 'ecatmur2'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2020-11-13.10:23:37.431>
creator = 'ecatmur2'
dependencies = []
files = []
hgrepos = []
issue_num = 42342
keywords = []
message_count = 1.0
messages = ['380874']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'ecatmur2']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42342'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100615
* gh-100741
* gh-100742
<!-- /gh-linked-prs -->
| ba8dcdbcab5fd9989be6c9a51002394e782c463c | a286caa937405f7415dcc095a7ad5097c4433246 |
python/cpython | python__cpython-106767 | # C API: Add PyModule_Add() function
BPO | [42327](https://bugs.python.org/issue42327)
--- | :---
Nosy | @vstinner, @ambv, @serhiy-storchaka, @brandtbucher
PRs | <li>python/cpython#23240</li><li>python/cpython#23443</li><li>python/cpython#28741</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-11-11.20:35:14.453>
labels = ['expert-C-API', 'type-feature', '3.10']
title = 'Add PyModule_Add()'
updated_at = <Date 2021-10-05.17:30:16.409>
user = 'https://github.com/serhiy-storchaka'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-05.17:30:16.409>
actor = 'lukasz.langa'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2020-11-11.20:35:14.453>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 42327
keywords = ['patch']
message_count = 9.0
messages = ['380794', '380795', '380818', '380819', '380820', '380821', '380829', '380833', '384812']
nosy_count = 4.0
nosy_names = ['vstinner', 'lukasz.langa', 'serhiy.storchaka', 'brandtbucher']
pr_nums = ['23240', '23443', '28741']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42327'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-106767
* gh-106768
* gh-106849
* gh-106851
* gh-106855
* gh-106858
* gh-106860
* gh-106863
<!-- /gh-linked-prs -->
| 745492355b94d109e47827e5865846f25ae42d26 | e1c295e3da9ff5a3eb6b009a1f821d80e564ac87 |
python/cpython | python__cpython-117766 | # lib.argparse._check_value() using repr instead of str
BPO | [42191](https://bugs.python.org/issue42191)
--- | :---
Nosy | @rhettinger
<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-10-29.07:45:26.786>
labels = ['type-feature', 'library', '3.10']
title = 'lib.argparse._check_value() using repr instead of str'
updated_at = <Date 2020-10-29.16:53:11.044>
user = 'https://bugs.python.org/avdwoude'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-29.16:53:11.044>
actor = 'paul.j3'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-10-29.07:45:26.786>
creator = 'avdwoude'
dependencies = []
files = []
hgrepos = []
issue_num = 42191
keywords = []
message_count = 3.0
messages = ['379856', '379880', '379881']
nosy_count = 3.0
nosy_names = ['rhettinger', 'paul.j3', 'avdwoude']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42191'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-117766
* gh-125431
* gh-125432
<!-- /gh-linked-prs -->
| 66b3922b97388c328c9bd8df050eef11c0261fae | cfc27bc50fe165330f2295f9ac0ad56ca5b0f31c |
python/cpython | python__cpython-122227 | # Use specs instead of just __loader__ in C code
BPO | [42132](https://bugs.python.org/issue42132)
--- | :---
Nosy | @brettcannon, @corona10
<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-10-23.22:16:01.448>
labels = ['interpreter-core', 'type-bug', '3.10']
title = 'Use specs instead of just __loader__ in C code'
updated_at = <Date 2020-10-24.16:28:23.690>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-24.16:28:23.690>
actor = 'corona10'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-10-23.22:16:01.448>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 42132
keywords = []
message_count = 1.0
messages = ['379483']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'corona10']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42132'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122227
<!-- /gh-linked-prs -->
| fe13c9baf40673fe369e98626dd87aea8b805aa2 | 6094c6fc2fc30eb9ee7c2f9f1088a851f71bf1b9 |
python/cpython | python__cpython-98607 | # AsyncIO's wait_for can hide cancellation in a rare race condition
BPO | [42130](https://bugs.python.org/issue42130)
--- | :---
Nosy | @ods, @asvetlov, @cjerdonek, @1st1, @tvoinarovskyi, @Dreamsorcerer, @aaliddell, @crowbarz, @wjcferguson
PRs | <li>python/cpython#26097</li><li>python/cpython#28149</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-10-23.16:10:28.990>
labels = ['type-bug', '3.8', '3.9', '3.10', 'expert-asyncio']
title = "AsyncIO's wait_for can hide cancellation in a rare race condition"
updated_at = <Date 2021-12-02.09:55:13.171>
user = 'https://github.com/tvoinarovskyi'
```
bugs.python.org fields:
```python
activity = <Date 2021-12-02.09:55:13.171>
actor = 'dreamsorcerer'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['asyncio']
creation = <Date 2020-10-23.16:10:28.990>
creator = 'tvoinarovskyi'
dependencies = []
files = []
hgrepos = []
issue_num = 42130
keywords = ['patch']
message_count = 6.0
messages = ['379454', '379541', '379577', '393336', '407489', '407521']
nosy_count = 10.0
nosy_names = ['ods', 'asvetlov', 'chris.jerdonek', 'yselivanov', 'tvoinarovskyi', 'dreamsorcerer', 'aaliddell', 'nmatravolgyi', 'crowbarz', 'jamesf']
pr_nums = ['26097', '28149']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42130'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-98607
<!-- /gh-linked-prs -->
| 314bae50b967393d1e64f5b42e3cfb2027ff9b32 | e38b7e8fe9591736cacc7190a01cebb3e1bf9b68 |
python/cpython | python__cpython-104425 | # Use hypothesis for testing the standard library, falling back to stubs
BPO | [42109](https://bugs.python.org/issue42109)
--- | :---
Nosy | @gvanrossum, @rhettinger, @terryjreedy, @gvanrossum, @pganssle, @Zac-HD, @asmeurer, @brandtbucher
PRs | <li>python/cpython#22863</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/pganssle'
closed_at = None
created_at = <Date 2020-10-21.17:38:33.768>
labels = ['type-feature', 'tests', '3.9', '3.10']
title = 'Use hypothesis for testing the standard library, falling back to stubs'
updated_at = <Date 2021-11-12.05:54:13.267>
user = 'https://github.com/pganssle'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-12.05:54:13.267>
actor = 'Zac Hatfield-Dodds'
assignee = 'p-ganssle'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-10-21.17:38:33.768>
creator = 'p-ganssle'
dependencies = []
files = []
hgrepos = []
issue_num = 42109
keywords = ['patch']
message_count = 17.0
messages = ['379226', '393616', '393620', '393621', '393633', '393661', '393922', '393926', '393979', '393981', '393986', '394143', '394279', '394282', '394378', '394415', '406189']
nosy_count = 8.0
nosy_names = ['gvanrossum', 'rhettinger', 'terry.reedy', 'Guido.van.Rossum', 'p-ganssle', 'Zac Hatfield-Dodds', 'asmeurer', 'brandtbucher']
pr_nums = ['22863']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42109'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-104425
* gh-104427
* gh-104468
<!-- /gh-linked-prs -->
| b7597dab2c9ef7b825e190c5e4b130203361df24 | ce4eecf989e23fa26c033de78f1ca8b035a979cb |
python/cpython | python__cpython-129698 | # Change IDLE 'more information' splash line
BPO | [42040](https://bugs.python.org/issue42040)
--- | :---
Nosy | @terryjreedy, @taleinat
<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 2020-10-15.05:08:27.986>
labels = ['expert-IDLE', 'type-feature', '3.8', '3.9', '3.10']
title = "Change IDLE 'more information' splash line, change doc name"
updated_at = <Date 2020-10-15.05:08:27.986>
user = 'https://github.com/terryjreedy'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-15.05:08:27.986>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2020-10-15.05:08:27.986>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 42040
keywords = []
message_count = 1.0
messages = ['378663']
nosy_count = 2.0
nosy_names = ['terry.reedy', 'taleinat']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42040'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-129698
* gh-129717
* gh-129718
<!-- /gh-linked-prs -->
| d83a8a26f5e321b26bec59f5fd47c9c46c16ab12 | 76e018294801ab95f30756c702b63bf6b4c23310 |
python/cpython | python__cpython-113033 | # venv on Windows with symlinks is broken if invoked with -I
BPO | [42013](https://bugs.python.org/issue42013)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @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 = None
closed_at = None
created_at = <Date 2020-10-12.10:55:28.257>
labels = ['3.10', '3.9', 'OS-windows']
title = 'venv on Windows with symlinks is broken if invoked with -I'
updated_at = <Date 2020-10-12.22:39:02.541>
user = 'https://github.com/gaborbernat'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-12.22:39:02.541>
actor = 'eryksun'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2020-10-12.10:55:28.257>
creator = 'gaborjbernat'
dependencies = []
files = []
hgrepos = []
issue_num = 42013
keywords = []
message_count = 12.0
messages = ['378485', '378487', '378488', '378490', '378491', '378492', '378493', '378494', '378499', '378507', '378512', '378532']
nosy_count = 6.0
nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'gaborjbernat']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue42013'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113033
* gh-113077
* gh-113121
* gh-114136
<!-- /gh-linked-prs -->
| fddc829236d7b29a522a2160e57b2d7ca23b9b95 | 41c18aacc7a6082fbd9b08697c4d6180a9b62265 |
python/cpython | python__cpython-102566 | # ZipFile does not supports Unicode Path Extra Field (0x7075) zip header field
BPO | [41928](https://bugs.python.org/issue41928)
--- | :---
Nosy | @agiudiceandrea
PRs | <li>python/cpython#23736</li>
Files | <li>[23.zip](https://bugs.python.org/file49491/23.zip "Uploaded as application/zip at 2020-10-04.11:21:41 by ivan.sorokin.tech")</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-10-04.11:21:41.399>
labels = ['type-feature', 'library', '3.10']
title = 'ZipFile does not supports Unicode Path Extra Field (0x7075) zip header field'
updated_at = <Date 2021-01-22.01:30:26.942>
user = 'https://bugs.python.org/ivansorokintech'
```
bugs.python.org fields:
```python
activity = <Date 2021-01-22.01:30:26.942>
actor = 'andreaerdna'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-10-04.11:21:41.399>
creator = 'ivan.sorokin.tech'
dependencies = []
files = ['49491']
hgrepos = []
issue_num = 41928
keywords = ['patch']
message_count = 3.0
messages = ['377931', '377945', '385467']
nosy_count = 2.0
nosy_names = ['ivan.sorokin.tech', 'andreaerdna']
pr_nums = ['23736']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41928'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102566
<!-- /gh-linked-prs -->
| 8f70b16e3397ad32757ddbabd5180cbef0036a4b | a28d4edb23b7150942f1eceb9e97c6f53aa4de42 |
python/cpython | python__cpython-106377 | # Modify test_codecs to use the new codecs.unregister() function
BPO | [41919](https://bugs.python.org/issue41919)
--- | :---
Nosy | @vstinner, @pablogsal, @shihai1991
PRs | <li>python/cpython#22513</li><li>python/cpython#22961</li><li>python/cpython#22973</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-10-25.18:38:56.606>
created_at = <Date 2020-10-03.09:37:07.680>
labels = ['type-feature', 'tests', '3.10']
title = 'Modify test_codecs to use the new codecs.unregister() function'
updated_at = <Date 2020-10-25.18:38:56.605>
user = 'https://github.com/shihai1991'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-25.18:38:56.605>
actor = 'pablogsal'
assignee = 'none'
closed = True
closed_date = <Date 2020-10-25.18:38:56.606>
closer = 'pablogsal'
components = ['Tests']
creation = <Date 2020-10-03.09:37:07.680>
creator = 'shihai1991'
dependencies = []
files = []
hgrepos = []
issue_num = 41919
keywords = ['patch']
message_count = 6.0
messages = ['377863', '378708', '379565', '379567', '379584', '379598']
nosy_count = 3.0
nosy_names = ['vstinner', 'pablogsal', 'shihai1991']
pr_nums = ['22513', '22961', '22973']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41919'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-106377
<!-- /gh-linked-prs -->
| f6d2bb18aba844f6bb5836797c72eb791b7f3644 | 506cfdf141f03186d5cdf9bb31caa40294eba4e5 |
python/cpython | python__cpython-124289 | # Reenable sendfile in shutil.copyfile() on Solaris
BPO | [41843](https://bugs.python.org/issue41843)
--- | :---
Nosy | @giampaolo, @jstasiak, @kulikjak
PRs | <li>python/cpython#23893</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-09-23.13:24:12.048>
labels = ['library', '3.9', '3.10', 'performance']
title = 'Reenable sendfile in shutil.copyfile() on Solaris'
updated_at = <Date 2021-05-21.10:28:24.286>
user = 'https://github.com/kulikjak'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-21.10:28:24.286>
actor = 'kulikjak'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-09-23.13:24:12.048>
creator = 'kulikjak'
dependencies = []
files = []
hgrepos = []
issue_num = 41843
keywords = ['patch']
message_count = 2.0
messages = ['377383', '394102']
nosy_count = 3.0
nosy_names = ['giampaolo.rodola', 'jstasiak', 'kulikjak']
pr_nums = ['23893']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'performance'
url = 'https://bugs.python.org/issue41843'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124289
<!-- /gh-linked-prs -->
| b169cf394fe70dfbc7bbe22ae703be3b21845add | f4997bb3ac961d6aaf07ce650cd074e28ce6ccd0 |
python/cpython | python__cpython-99675 | # Document the meaning of values for sys.float_info.rounds
BPO | [41822](https://bugs.python.org/issue41822)
--- | :---
Nosy | @tim-one, @rhettinger, @mdickinson, @serhiy-storchaka, @eamanu, @rahul-kumi
<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-09-21.00:38:26.708>
labels = ['easy', '3.10', 'docs']
title = 'Document the meaning of values for sys.float_info.rounds'
updated_at = <Date 2020-10-18.09:13:18.609>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-18.09:13:18.609>
actor = 'rhettinger'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-09-21.00:38:26.708>
creator = 'rhettinger'
dependencies = []
files = []
hgrepos = []
issue_num = 41822
keywords = ['newcomer friendly']
message_count = 5.0
messages = ['377236', '378852', '378853', '378854', '378856']
nosy_count = 7.0
nosy_names = ['tim.peters', 'rhettinger', 'mark.dickinson', 'docs@python', 'serhiy.storchaka', 'eamanu', 'rahul-kumi']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41822'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99675
<!-- /gh-linked-prs -->
| 65629399bcfe2a6606b8201d190877f7f54e6be5 | 22860dbbc8b53954055847d2bb036af68b4ea409 |
python/cpython | python__cpython-126966 | # mimetypes module does not recognize jp2 type
BPO | [41791](https://bugs.python.org/issue41791)
--- | :---
Nosy | @naro, @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 2020-09-15.04:31:47.953>
labels = ['type-feature', '3.11']
title = 'mimetypes module does not recognize jp2 type'
updated_at = <Date 2022-01-19.00:38:51.433>
user = 'https://github.com/naro'
```
bugs.python.org fields:
```python
activity = <Date 2022-01-19.00:38:51.433>
actor = 'adelfino'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2020-09-15.04:31:47.953>
creator = 'naro'
dependencies = []
files = []
hgrepos = []
issue_num = 41791
keywords = []
message_count = 5.0
messages = ['376927', '377074', '377086', '377113', '410860']
nosy_count = 2.0
nosy_names = ['naro', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41791'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-126966
<!-- /gh-linked-prs -->
| 933f21c3c92f758fb0615d6a4cca10249c686ae7 | f7ef0203d44acb21ab1c5ff0c3e15f9727862760 |
python/cpython | python__cpython-124839 | # Positional arguments with boolean actions behave differently
BPO | [41769](https://bugs.python.org/issue41769)
--- | :---
Nosy | @terryjreedy, @rjeffman
<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-09-12.02:38:08.047>
labels = ['3.8', 'library']
title = 'Positional arguments with boolean actions behave differently'
updated_at = <Date 2020-09-21.14:45:29.058>
user = 'https://github.com/rjeffman'
```
bugs.python.org fields:
```python
activity = <Date 2020-09-21.14:45:29.058>
actor = 'rjeffman'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-09-12.02:38:08.047>
creator = 'rjeffman'
dependencies = []
files = []
hgrepos = []
issue_num = 41769
keywords = []
message_count = 4.0
messages = ['376764', '377141', '377241', '377258']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'paul.j3', 'rjeffman']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41769'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-124839
* gh-124891
* gh-124898
* gh-124901
* gh-125302
* gh-125357
* gh-125358
<!-- /gh-linked-prs -->
| 9944ad388c457325456152257b977410c4ec3593 | 63cf4e914f879ee28a75c02e867baa7c6047ea2b |
python/cpython | python__cpython-99784 | # Please use active voice in async docs.
BPO | [41575](https://bugs.python.org/issue41575)
--- | :---
Nosy | @gvanrossum, @terryjreedy
<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-08-18.09:35:22.015>
labels = ['type-feature', '3.8', '3.9', '3.10', 'docs']
title = 'Please use active voice in async docs.'
updated_at = <Date 2020-08-21.22:26:07.627>
user = 'https://bugs.python.org/denilsonsa'
```
bugs.python.org fields:
```python
activity = <Date 2020-08-21.22:26:07.627>
actor = 'terry.reedy'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-08-18.09:35:22.015>
creator = 'denilsonsa'
dependencies = []
files = []
hgrepos = []
issue_num = 41575
keywords = []
message_count = 2.0
messages = ['375603', '375771']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'terry.reedy', 'denilsonsa', 'docs@python', 'Yury.Selivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41575'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99784
* gh-99980
* gh-99981
* gh-100270
* gh-102005
* gh-102006
<!-- /gh-linked-prs -->
| bf26bdf6ac04878fc720e78422991aaedb9808a1 | a87c46eab3c306b1c5b8a072b7b30ac2c50651c0 |
python/cpython | python__cpython-131333 | # zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError
BPO | [41530](https://bugs.python.org/issue41530)
--- | :---
Nosy | @vstinner, @pganssle, @bijij
PRs | <li>python/cpython#21839</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-08-12.11:42:16.788>
labels = ['type-bug', 'library', '3.9', '3.10']
title = 'zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInfoNotFoundError'
updated_at = <Date 2020-08-12.14:46:45.318>
user = 'https://github.com/bijij'
```
bugs.python.org fields:
```python
activity = <Date 2020-08-12.14:46:45.318>
actor = 'josh.ja.butt'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-08-12.11:42:16.788>
creator = 'josh.ja.butt'
dependencies = []
files = []
hgrepos = []
issue_num = 41530
keywords = ['patch']
message_count = 10.0
messages = ['375225', '375226', '375228', '375233', '375234', '375235', '375238', '375239', '375240', '375251']
nosy_count = 4.0
nosy_names = ['vstinner', 'python-dev', 'p-ganssle', 'josh.ja.butt']
pr_nums = ['21839']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41530'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-131333
* gh-136117
* gh-136128
* gh-136130
* gh-136136
<!-- /gh-linked-prs -->
| d22604a6d1237c42ec5f43df51dfa9aa58240ba4 | bd47ec954dab935bf3f42542ff4730114ba1a290 |
python/cpython | python__cpython-122883 | # test_pathlib assumes underlying filesystem permits creation with world-write permissions
BPO | [41461](https://bugs.python.org/issue41461)
--- | :---
Nosy | @serhiy-storchaka, @aixtools
<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-08-03.07:06:46.172>
labels = ['3.8', 'type-bug', 'tests', '3.9', '3.10']
title = 'test_pathlib assumes underlying filesystem permits creation with world-write permissions'
updated_at = <Date 2021-03-30.21:42:43.099>
user = 'https://github.com/aixtools'
```
bugs.python.org fields:
```python
activity = <Date 2021-03-30.21:42:43.099>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-08-03.07:06:46.172>
creator = 'Michael.Felt'
dependencies = []
files = []
hgrepos = []
issue_num = 41461
keywords = []
message_count = 2.0
messages = ['374725', '389860']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'Michael.Felt']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41461'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122883
* gh-122979
<!-- /gh-linked-prs -->
| 5f6851152254b4b9d70af4ae5aea3f20965cee28 | 901d94992eddd84ded2edc55235cbf22503c4de4 |
python/cpython | python__cpython-113618 | # pickle and pickletools cli interface doesn't close input and output file.
BPO | [41395](https://bugs.python.org/issue41395)
--- | :---
Nosy | @avassalotti, @serhiy-storchaka, @corona10, @tirkarthi, @amiremohamadi, @foxyblue, @achhina
PRs | <li>python/cpython#21676</li><li>python/cpython#21702</li><li>python/cpython#32257</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-07-25.14:12:10.580>
labels = ['easy', 'type-bug', '3.8', '3.9', '3.10', 'library']
title = "pickle and pickletools cli interface doesn't close input and output file."
updated_at = <Date 2022-04-05.13:05:47.595>
user = 'https://github.com/tirkarthi'
```
bugs.python.org fields:
```python
activity = <Date 2022-04-05.13:05:47.595>
actor = 'achhina'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-07-25.14:12:10.580>
creator = 'xtreak'
dependencies = []
files = []
hgrepos = []
issue_num = 41395
keywords = ['patch', 'easy']
message_count = 2.0
messages = ['374269', '416776']
nosy_count = 8.0
nosy_names = ['alexandre.vassalotti', 'python-dev', 'serhiy.storchaka', 'corona10', 'xtreak', 'Amir', 's.williams-wynn', 'achhina']
pr_nums = ['21676', '21702', '32257']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41395'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113618
* gh-113758
* gh-113759
<!-- /gh-linked-prs -->
| bd754b93ca837aa1f239252437a211271d068b71 | 3c4e972d6d0945a5401377bed25b307a88b19c75 |
python/cpython | python__cpython-99993 | # datetime, date and time: strftime method takes different keyword argument: fmt (pure) or format (C)
BPO | [41260](https://bugs.python.org/issue41260)
--- | :---
Nosy | @srittau, @abalkin, @asottile, @pganssle, @ZackerySpytz, @AlexWaygood
PRs | <li>python/cpython#21712</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-07-09.17:01:48.789>
labels = ['type-bug', '3.9', '3.10', '3.11', 'extension-modules', 'library']
title = 'datetime, date and time: strftime method takes different keyword argument: fmt (pure) or format (C)'
updated_at = <Date 2021-11-16.19:27:41.778>
user = 'https://github.com/asottile'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-16.19:27:41.778>
actor = 'AlexWaygood'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules', 'Library (Lib)']
creation = <Date 2020-07-09.17:01:48.789>
creator = 'Anthony Sottile'
dependencies = []
files = []
hgrepos = []
issue_num = 41260
keywords = ['patch']
message_count = 6.0
messages = ['373407', '373421', '373424', '406418', '406421', '406424']
nosy_count = 6.0
nosy_names = ['srittau', 'belopolsky', 'Anthony Sottile', 'p-ganssle', 'ZackerySpytz', 'AlexWaygood']
pr_nums = ['21712']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41260'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-99993
<!-- /gh-linked-prs -->
| 9cdb6429971cd8b874ceaeeb04ae2ecdbba42bdb | 09edde95f4841d5dffa584b1c963eb7ceab3f16a |
python/cpython | python__cpython-102046 | # cmath module documentation is misleading on branch cuts
BPO | [41245](https://bugs.python.org/issue41245)
--- | :---
Nosy | @rhettinger, @mdickinson
<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-07-08.17:19:22.882>
labels = ['3.7', '3.8', '3.9', '3.10', 'docs']
title = 'cmath module documentation is misleading on branch cuts'
updated_at = <Date 2020-07-08.18:52:27.472>
user = 'https://github.com/mdickinson'
```
bugs.python.org fields:
```python
activity = <Date 2020-07-08.18:52:27.472>
actor = 'mark.dickinson'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2020-07-08.17:19:22.882>
creator = 'mark.dickinson'
dependencies = []
files = []
hgrepos = []
issue_num = 41245
keywords = []
message_count = 5.0
messages = ['373323', '373325', '373328', '373329', '373330']
nosy_count = 3.0
nosy_names = ['rhettinger', 'mark.dickinson', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41245'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-102046
* gh-102047
* gh-102275
* gh-102276
<!-- /gh-linked-prs -->
| b513c46d998344dc07eb6d510782c2e23d2b859e | 32df540635cacce1053ee0ef98ee23f3f6a43c02 |
python/cpython | python__cpython-131981 | # Improve/fix FreeBSD Bluetooth socket support
BPO | [41130](https://bugs.python.org/issue41130)
--- | :---
Nosy | @koobs, @myfreeweb
<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-06-26.19:00:41.062>
labels = ['3.8', 'type-feature', '3.7', '3.9', '3.10']
title = 'Improve/fix FreeBSD Bluetooth socket support'
updated_at = <Date 2020-06-26.19:00:41.062>
user = 'https://github.com/myfreeweb'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-26.19:00:41.062>
actor = 'myfreeweb'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['FreeBSD']
creation = <Date 2020-06-26.19:00:41.062>
creator = 'myfreeweb'
dependencies = []
files = []
hgrepos = []
issue_num = 41130
keywords = []
message_count = 1.0
messages = ['372439']
nosy_count = 2.0
nosy_names = ['koobs', 'myfreeweb']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41130'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-131981
<!-- /gh-linked-prs -->
| e5f8b2c7038cb7e84fd657ed90fedf60ae796d2d | 26ae05e95c7c5f1a646e8ec7fa690c0e7b4ab8b9 |
python/cpython | python__cpython-113674 | # Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError
BPO | [41115](https://bugs.python.org/issue41115)
--- | :---
Nosy | @malemburg, @doerwalter, @pitrou, @benjaminp, @ezio-melotti, @serhiy-storchaka, @srinivasreddy, @eamanu, @utkarsh261
PRs | <li>python/cpython#21165</li><li>python/cpython#21170</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-06-25.12:49:30.420>
labels = ['easy', 'type-bug', '3.8', '3.9', '3.7', 'library']
title = 'Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError'
updated_at = <Date 2020-06-26.16:59:17.544>
user = 'https://github.com/pitrou'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-26.16:59:17.544>
actor = 'utk'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-06-25.12:49:30.420>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 41115
keywords = ['patch', 'easy']
message_count = 6.0
messages = ['372367', '372368', '372369', '372373', '372431', '372433']
nosy_count = 9.0
nosy_names = ['lemburg', 'doerwalter', 'pitrou', 'benjamin.peterson', 'ezio.melotti', 'serhiy.storchaka', 'thatiparthy', 'eamanu', 'utk']
pr_nums = ['21165', '21170']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41115'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-113674
<!-- /gh-linked-prs -->
| 649857a1574a02235ccfac9e2ac1c12914cf8fe0 | c514a975abe35fa4604cd3541e2286168ef67d10 |
python/cpython | python__cpython-105137 | # Removing old buffer support
BPO | [41103](https://bugs.python.org/issue41103)
--- | :---
Nosy | @vstinner, @encukou, @methane, @ambv, @hroncok, @miss-islington
PRs | <li>python/cpython#21117</li><li>python/cpython#27437</li><li>python/cpython#27441</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/encukou'
closed_at = None
created_at = <Date 2020-06-24.13:43:42.640>
labels = ['expert-C-API', '3.10', '3.11']
title = 'Removing old buffer support'
updated_at = <Date 2021-08-05.08:33:02.859>
user = 'https://github.com/methane'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-05.08:33:02.859>
actor = 'petr.viktorin'
assignee = 'petr.viktorin'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2020-06-24.13:43:42.640>
creator = 'methane'
dependencies = []
files = []
hgrepos = []
issue_num = 41103
keywords = ['patch']
message_count = 12.0
messages = ['372251', '372391', '381854', '381865', '381873', '398459', '398460', '398467', '398476', '398477', '398560', '398974']
nosy_count = 7.0
nosy_names = ['vstinner', 'petr.viktorin', 'methane', 'lukasz.langa', 'hroncok', 'miss-islington', 'tarun.johar']
pr_nums = ['21117', '27437', '27441']
priority = 'normal'
resolution = 'wont fix'
stage = 'resolved'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41103'
versions = ['Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-105137
<!-- /gh-linked-prs -->
| 37498fc95012ba8e147db646b841bc3d36ddf4af | ef300937c2a1b3ebe19c2835f3b46585825c1e1f |
python/cpython | python__cpython-126852 | # urllib should fsdecode percent-encoded parts of file URIs on Unix
BPO | [40996](https://bugs.python.org/issue40996)
--- | :---
Nosy | @ezio-melotti, @manueljacob
<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-06-17.00:19:10.953>
labels = ['type-bug', 'library', 'expert-unicode']
title = 'urllib should fsdecode percent-encoded parts of file URIs on Unix'
updated_at = <Date 2020-06-17.10:14:42.633>
user = 'https://github.com/manueljacob'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-17.10:14:42.633>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)', 'Unicode']
creation = <Date 2020-06-17.00:19:10.953>
creator = 'mjacob'
dependencies = []
files = []
hgrepos = []
issue_num = 40996
keywords = []
message_count = 1.0
messages = ['371702']
nosy_count = 2.0
nosy_names = ['ezio.melotti', 'mjacob']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40996'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-126852
* gh-127039
* gh-127040
<!-- /gh-linked-prs -->
| c9b399fbdb01584dcfff0d7f6ad484644ff269c3 | 2cdfb41d0c3bfea37983fc872951bc3b2a4d90b8 |
python/cpython | python__cpython-129607 | # Make http.server support SSL
BPO | [40990](https://bugs.python.org/issue40990)
--- | :---
Nosy | @remilapeyre
PRs | <li>python/cpython#20923</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-06-16.12:51:47.004>
labels = ['type-bug', 'library', '3.10']
title = 'Make http.server support SSL'
updated_at = <Date 2021-10-27.11:31:35.995>
user = 'https://github.com/remilapeyre'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-27.11:31:35.995>
actor = 'Fred'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-06-16.12:51:47.004>
creator = 'remi.lapeyre'
dependencies = []
files = []
hgrepos = []
issue_num = 40990
keywords = ['patch']
message_count = 3.0
messages = ['371647', '394021', '405087']
nosy_count = 2.0
nosy_names = ['remi.lapeyre', 'Fred']
pr_nums = ['20923']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40990'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-129607
<!-- /gh-linked-prs -->
| 37bc3865c87bd777eebd41f1371b2add1bff433d | 99e9798d612222785db427eb295c847147fe5e78 |
python/cpython | python__cpython-106022 | # Connection to IMAP server cyrus.andrew.cmu.edu hangs
BPO | [40964](https://bugs.python.org/issue40964)
--- | :---
Nosy | @vstinner, @tiran, @ned-deily, @ambv
PRs | <li>python/cpython#20836</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/tiran'
closed_at = None
created_at = <Date 2020-06-12.18:43:06.859>
labels = ['type-bug', '3.8', '3.9', '3.10', '3.7', 'tests']
title = 'Connection to IMAP server cyrus.andrew.cmu.edu hangs'
updated_at = <Date 2020-09-11.10:31:13.514>
user = 'https://github.com/tiran'
```
bugs.python.org fields:
```python
activity = <Date 2020-09-11.10:31:13.514>
actor = 'vstinner'
assignee = 'christian.heimes'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-06-12.18:43:06.859>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 40964
keywords = ['patch']
message_count = 7.0
messages = ['371403', '371406', '371407', '371410', '371411', '371412', '376714']
nosy_count = 4.0
nosy_names = ['vstinner', 'christian.heimes', 'ned.deily', 'lukasz.langa']
pr_nums = ['20836']
priority = None
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40964'
versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-106022
<!-- /gh-linked-prs -->
| 37c5c40125389c71e40b16441fbc72ba01be5fb4 | 9339d70ac2d45743507e320e81e68acf77e366af |
python/cpython | python__cpython-123179 | # urllib.parse.urlunsplit makes relative path to absolute (http:g -> http:///g)
BPO | [40938](https://bugs.python.org/issue40938)
--- | :---
Nosy | @orsenthil, @openandclose, @jaswdr
<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-06-10.11:18:48.328>
labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
title = 'urllib.parse.urlunsplit makes relative path to absolute (http:g -> http:///g)'
updated_at = <Date 2021-05-13.14:11:56.189>
user = 'https://github.com/openandclose'
```
bugs.python.org fields:
```python
activity = <Date 2021-05-13.14:11:56.189>
actor = 'op368'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-06-10.11:18:48.328>
creator = 'op368'
dependencies = []
files = []
hgrepos = []
issue_num = 40938
keywords = []
message_count = 7.0
messages = ['371179', '393544', '393574', '393576', '393577', '393578', '393583']
nosy_count = 3.0
nosy_names = ['orsenthil', 'op368', 'jaswdr']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40938'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-123179
* gh-123187
* gh-123188
<!-- /gh-linked-prs -->
| 90c892efeaae28bd849a01b42842f19dcd67b9f4 | 9dbd12375561a393eaec4b21ee4ac568a407cdb0 |
python/cpython | python__cpython-101343 | # OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRASH
BPO | [40928](https://bugs.python.org/issue40928)
--- | :---
Nosy | @ronaldoussoren, @ned-deily, @skrah, @ambv, @miss-islington, @remilapeyre, @jdevries3133
PRs | <li>python/cpython#26783</li><li>python/cpython#26786</li><li>python/cpython#27628</li><li>python/cpython#27629</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-08-06.17:13:42.011>
created_at = <Date 2020-06-09.14:23:41.706>
labels = ['OS-mac', 'tests', '3.9', '3.10', '3.11']
title = 'OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRASH'
updated_at = <Date 2021-08-06.17:13:42.010>
user = 'https://github.com/remilapeyre'
```
bugs.python.org fields:
```python
activity = <Date 2021-08-06.17:13:42.010>
actor = 'lukasz.langa'
assignee = 'none'
closed = True
closed_date = <Date 2021-08-06.17:13:42.011>
closer = 'lukasz.langa'
components = ['macOS', 'Tests']
creation = <Date 2020-06-09.14:23:41.706>
creator = 'remi.lapeyre'
dependencies = []
files = []
hgrepos = []
issue_num = 40928
keywords = ['patch']
message_count = 29.0
messages = ['371107', '371112', '371116', '371118', '371122', '371123', '371142', '371172', '371185', '371186', '371189', '371190', '371191', '371192', '371197', '371198', '371199', '371201', '371203', '371204', '371205', '371209', '371213', '396053', '396066', '399083', '399086', '399106', '399109']
nosy_count = 7.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'skrah', 'lukasz.langa', 'miss-islington', 'remi.lapeyre', 'jack__d']
pr_nums = ['26783', '26786', '27628', '27629']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue40928'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101343
<!-- /gh-linked-prs -->
| f2ac9510a5aa4f71d468f486140eae60f46833ad | dfad678d7024ab86d265d84ed45999e031a03691 |
python/cpython | python__cpython-109112 | # command line interface of symtable module is broken
BPO | [40926](https://bugs.python.org/issue40926)
--- | :---
Nosy | @benjaminp, @pablogsal, @isidentical
PRs | <li>python/cpython#20757</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-06-09.10:20:39.563>
labels = ['type-bug', 'library', '3.10']
title = 'command line interface of symtable module is broken'
updated_at = <Date 2020-06-09.10:40:22.701>
user = 'https://github.com/isidentical'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-09.10:40:22.701>
actor = 'BTaskaya'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-06-09.10:20:39.563>
creator = 'BTaskaya'
dependencies = []
files = []
hgrepos = []
issue_num = 40926
keywords = ['patch']
message_count = 1.0
messages = ['371088']
nosy_count = 3.0
nosy_names = ['benjamin.peterson', 'pablogsal', 'BTaskaya']
pr_nums = ['20757']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40926'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-109112
<!-- /gh-linked-prs -->
| 70afb8d7324bc74fe64141e1af5c602bf6c0c4dd | f55cb44359821e71c29903f2152b4658509dac0d |
python/cpython | python__cpython-134372 | # io.TextIOBase.buffer is not necessarily a buffer
BPO | [40868](https://bugs.python.org/issue40868)
--- | :---
Nosy | @manueljacob
<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-06-05.01:15:31.315>
labels = ['expert-IO', 'docs']
title = 'io.TextIOBase.buffer is not necessarily a buffer'
updated_at = <Date 2020-06-05.01:15:31.315>
user = 'https://github.com/manueljacob'
```
bugs.python.org fields:
```python
activity = <Date 2020-06-05.01:15:31.315>
actor = 'mjacob'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'IO']
creation = <Date 2020-06-05.01:15:31.315>
creator = 'mjacob'
dependencies = []
files = []
hgrepos = []
issue_num = 40868
keywords = []
message_count = 1.0
messages = ['370744']
nosy_count = 2.0
nosy_names = ['docs@python', 'mjacob']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40868'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-134372
* gh-134374
* gh-134375
<!-- /gh-linked-prs -->
| 36eb711d2f26849214774a017fe8c8a5be3eec30 | b430e92dd80105e97b945a78a48bce13564bf843 |
python/cpython | python__cpython-130525 | # Incorrect handling for msgctxt in msgfmt.py
BPO | [40835](https://bugs.python.org/issue40835)
--- | :---
Nosy | @da1910
Files | <li>[test.po](https://bugs.python.org/file49205/test.po "Uploaded as text/plain at 2020-05-31.20:58:34 by @da1910")</li><li>[40835.patch](https://bugs.python.org/file49206/40835.patch "Uploaded as text/plain at 2020-05-31.21:16:04 by @da1910")</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-05-31.20:56:52.559>
labels = ['type-bug', '3.8']
title = 'Incorrect handling for msgctxt in msgfmt.py'
updated_at = <Date 2020-05-31.21:16:05.371>
user = 'https://github.com/da1910'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-31.21:16:05.371>
actor = 'da1910'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2020-05-31.20:56:52.559>
creator = 'da1910'
dependencies = []
files = ['49205', '49206']
hgrepos = []
issue_num = 40835
keywords = ['patch']
message_count = 3.0
messages = ['370502', '370504', '370507']
nosy_count = 1.0
nosy_names = ['da1910']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40835'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-130525
* gh-131205
* gh-131206
<!-- /gh-linked-prs -->
| 7ea6e88eb490635518c63c3305c03baf3e151555 | c5abded09995f208b21ebaf012185ca5acb0180b |
python/cpython | python__cpython-100497 | # unittest: if FunctionTestCase is imported, the loader loads "tests" from it
BPO | [40690](https://bugs.python.org/issue40690)
--- | :---
Nosy | @cjerdonek, @remilapeyre, @abetkin
PRs | <li>python/cpython#20237</li>
Files | <li>[test_functiontest.py](https://bugs.python.org/file49196/test_functiontest.py "Uploaded as text/plain at 2020-05-27.21:04:36 by @remilapeyre")</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-05-19.20:17:05.761>
labels = ['3.8', 'type-bug', 'tests', '3.9', '3.10']
title = 'unittest: if FunctionTestCase is imported, the loader loads "tests" from it'
updated_at = <Date 2020-05-27.21:04:36.962>
user = 'https://github.com/abetkin'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-27.21:04:36.962>
actor = 'remi.lapeyre'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-05-19.20:17:05.761>
creator = 'pwtail'
dependencies = []
files = ['49196']
hgrepos = []
issue_num = 40690
keywords = ['patch']
message_count = 6.0
messages = ['369386', '369524', '369547', '369571', '369575', '370135']
nosy_count = 3.0
nosy_names = ['chris.jerdonek', 'remi.lapeyre', 'pwtail']
pr_nums = ['20237']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40690'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-100497
* gh-109327
* gh-109328
<!-- /gh-linked-prs -->
| 66d1d7eb067d445f1ade151f4a6db3864dd9109f | d13f782a181d579fc3c23ea6059ff352ec9fab93 |
python/cpython | python__cpython-125739 | # remove deprecated urllib.request.URLopener/FancyURLopener
BPO | [40673](https://bugs.python.org/issue40673)
--- | :---
Nosy | @vstinner, @PetterS, @remilapeyre, @idomic
<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-05-18.21:30:13.142>
labels = ['type-feature', 'library', '3.11']
title = 'remove deprecated urllib.request.URLopener/FancyURLopener'
updated_at = <Date 2021-11-23.13:31:04.736>
user = 'https://github.com/PetterS'
```
bugs.python.org fields:
```python
activity = <Date 2021-11-23.13:31:04.736>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2020-05-18.21:30:13.142>
creator = 'Petter S'
dependencies = []
files = []
hgrepos = []
issue_num = 40673
keywords = []
message_count = 7.0
messages = ['369291', '369293', '369294', '369295', '369300', '369886', '406839']
nosy_count = 4.0
nosy_names = ['vstinner', 'Petter S', 'remi.lapeyre', 'Ido Michael']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue40673'
versions = ['Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-125739
* gh-127032
<!-- /gh-linked-prs -->
| 4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c | a99dd23c1f5b9254651d9895714596d5e7942389 |
python/cpython | python__cpython-122304 | # sockmodule.c: sock_connect vs negative errno values...
BPO | [40628](https://bugs.python.org/issue40628)
--- | :---
Nosy | @rcgordon
<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-05-14.18:55:16.943>
labels = ['extension-modules', 'type-bug', '3.7']
title = 'sockmodule.c: sock_connect vs negative errno values...'
updated_at = <Date 2020-05-14.18:55:16.943>
user = 'https://github.com/rcgordon'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-14.18:55:16.943>
actor = 'icculus'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2020-05-14.18:55:16.943>
creator = 'icculus'
dependencies = []
files = []
hgrepos = []
issue_num = 40628
keywords = []
message_count = 1.0
messages = ['368863']
nosy_count = 1.0
nosy_names = ['icculus']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue40628'
versions = ['Python 3.7']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-122304
<!-- /gh-linked-prs -->
| 65fcaa38ada727b504ec60ae283caf8e3ebbb845 | d8f3c1e8f9c384fa6a473c3923f3b26ad6257cac |
python/cpython | python__cpython-107794 | # Autogenerate signature for METH_NOARGS and perhaps METH_O extension functions
BPO | [40625](https://bugs.python.org/issue40625)
--- | :---
Nosy | @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 2020-05-14.11:46:04.481>
labels = ['expert-C-API', '3.9']
title = 'Autogenerate signature for METH_NOARGS and perhaps METH_O extension functions'
updated_at = <Date 2020-05-14.11:46:04.481>
user = 'https://github.com/anntzer'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-14.11:46:04.481>
actor = 'Antony.Lee'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['C API']
creation = <Date 2020-05-14.11:46:04.481>
creator = 'Antony.Lee'
dependencies = []
files = []
hgrepos = []
issue_num = 40625
keywords = []
message_count = 1.0
messages = ['368830']
nosy_count = 1.0
nosy_names = ['Antony.Lee']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40625'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-107794
<!-- /gh-linked-prs -->
| 3901c991e169da6fba8c0033a86a6f2e6146bb7f | 23a6db98f21cba3af69a921f01613bd5f602bf6d |
python/cpython | python__cpython-104920 | # Add `asyncio.BufferQueue`
BPO | [40616](https://bugs.python.org/issue40616)
--- | :---
Nosy | @asvetlov, @1st1, @lig
PRs | <li>python/cpython#20071</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-09-14.14:16:00.974>
created_at = <Date 2020-05-13.16:50:03.289>
labels = ['expert-asyncio']
title = 'Add `asyncio.BufferQueue`'
updated_at = <Date 2020-09-14.14:16:00.973>
user = 'https://github.com/lig'
```
bugs.python.org fields:
```python
activity = <Date 2020-09-14.14:16:00.973>
actor = 'lig'
assignee = 'none'
closed = True
closed_date = <Date 2020-09-14.14:16:00.974>
closer = 'lig'
components = ['asyncio']
creation = <Date 2020-05-13.16:50:03.289>
creator = 'lig'
dependencies = []
files = []
hgrepos = []
issue_num = 40616
keywords = []
message_count = 1.0
messages = ['368788']
nosy_count = 3.0
nosy_names = ['asvetlov', 'yselivanov', 'lig']
pr_nums = ['20071']
priority = 'normal'
resolution = None
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue40616'
versions = []
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-104920
<!-- /gh-linked-prs -->
| 076b6204cbe481fdec39ce12a71aaaa6384478a0 | 569b2b8d612354062b8679d2d3f44f7ee03e66c2 |
python/cpython | python__cpython-101264 | # slice not hashable
BPO | [40603](https://bugs.python.org/issue40603)
--- | :---
Nosy | @rhettinger, @stevendaprano, @remilapeyre, @isdanni
Files | <li>[patches.zip](https://bugs.python.org/file49149/patches.zip "Uploaded as application/x-zip-compressed at 2020-05-12.01:23:38 by Will Bradshaw"): patch to add slicing functionality to slices</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-05-12.01:23:39.253>
labels = ['interpreter-core', 'easy', 'type-feature', '3.9']
title = 'slice not hashable'
updated_at = <Date 2020-05-12.08:34:03.335>
user = 'https://bugs.python.org/WillBradshaw'
```
bugs.python.org fields:
```python
activity = <Date 2020-05-12.08:34:03.335>
actor = 'remi.lapeyre'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2020-05-12.01:23:39.253>
creator = 'Will Bradshaw'
dependencies = []
files = ['49149']
hgrepos = []
issue_num = 40603
keywords = ['easy (C)']
message_count = 5.0
messages = ['368693', '368694', '368696', '368700', '368708']
nosy_count = 5.0
nosy_names = ['rhettinger', 'steven.daprano', 'remi.lapeyre', 'isdanni', 'Will Bradshaw']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue40603'
versions = ['Python 3.9']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-101264
* gh-102548
* gh-103146
<!-- /gh-linked-prs -->
| 048d6243d45b9381dd4fcaad28ae9c5d443b8b4b | f6405a46627e1f74c279f712c8776a165b0ba9fd |
python/cpython | python__cpython-93185 | # [subinterpreters] Add --experimental-isolated-subinterpreters build option
BPO | [40514](https://bugs.python.org/issue40514)
--- | :---
Nosy | @vstinner, @ericsnowcurrently, @corona10
PRs | <li>python/cpython#19926</li><li>python/cpython#20228</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-10-31.22:59:17.920>
created_at = <Date 2020-05-05.13:13:51.880>
labels = ['expert-subinterpreters', 'build', '3.10']
title = '[subinterpreters] Add --experimental-isolated-subinterpreters build option'
updated_at = <Date 2020-10-31.22:59:17.920>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-31.22:59:17.920>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2020-10-31.22:59:17.920>
closer = 'vstinner'
components = ['Build', 'Subinterpreters']
creation = <Date 2020-05-05.13:13:51.880>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 40514
keywords = ['patch']
message_count = 6.0
messages = ['368141', '368156', '368159', '368172', '369401', '370745']
nosy_count = 3.0
nosy_names = ['vstinner', 'eric.snow', 'corona10']
pr_nums = ['19926', '20228']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue40514'
versions = ['Python 3.10']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-93185
<!-- /gh-linked-prs -->
| 5fe043147493e33f2af6ab74610735130add1fe9 | aafc53c0a6d1450dcfbc3f994318025ffb49ce73 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.