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-92122
# The docstring of `enum.Enum` is invalid in reStructuredText since 3.11 **Bug report** The docstring of `enum.Enum` is invalid in reStructuredText since 3.11. ``` $ python3.11 ~/work/tmp/doc Python 3.11.0a7+ (heads/...
90d5c9b195a8133688c2d7b6ad9e0ca8b76df1df
dc8a86893df37e137cfe992e95e7d66cd68e9eaf
python/cpython
python__cpython-92281
# BytesGenerator breaks UTF8 string Hi! I found an issue when sending emails with Cyrillic letters in Subject header. Some spaces at Subject header are trimmed when sent. Example: When sending email with below subject: `ะฃะฒะตะดะพะผะปะตะฝะธะต ะพ ะฟั€ะธะฝัั‚ะธะธ ะฒ ั€ะฐะฑะพั‚ัƒ ะพะฑั€ะฐั‰ะตะฝะธั` at SMTP server logs I see subject that differs...
a6fdb31b6714c9f3c65fefbb3fe388b2b139a75f
c0d81b256604a1079349d82d136db43eefcb3df1
python/cpython
python__cpython-91963
# Issues building Python main on Solaris As previously mentioned here https://github.com/python/cpython/issues/89886#issuecomment-1106100113, Python main branch currently doesn't build on Solaris due to a problem with `hstrerror` detection and **libncurses** library. #### hstrerror not found issue `hstrerror` dete...
1064141967a2d22c2ae9e22ae77e8c9616559947
dcad8fecbd5c8f1542f7a46e0c7bb7e1f27ab115
python/cpython
python__cpython-91961
# Add FreeBSD build and test using Cirrus-CI **Feature or enhancement** Add FreeBSD build and test using Cirrus-CI (for pull requests) **Pitch** Cirrus-CI is a hosted CI service that supports FreeBSD, Linux, macOS, and Winodws. Add a .cirrus.yml to provide CI coverage on pull requests for FreeBSD 12.3 an...
2cd170db40ffba357848672ff3d2f8c1e0e74f2c
f8a047941f2e4a1848700c21d58a08c9ec6a9c68
python/cpython
python__cpython-102096
# Deprecate and schedule removal of collections.abc.ByteString and typing.ByteString The current docstring of `collections.abc.ByteString` is: ``` """This unifies bytes and bytearray. XXX Should add all their methods. """ ``` Let's do that last thing. This will be useful for typing code that ac...
09b7695f12f2b44d2df6898407d7e68dd9493ed4
2ba931ff727395cf89b290ed313a8e15db0bfcf1
python/cpython
python__cpython-25518
# Optimize the Fraction class arithmetics for small components After #24779 there are some speed regressions, which can be [solved](https://github.com/python/cpython/pull/24779/commits/046c84e8f970306b668d62cfacbd58f65b8c6e66) by using private attributes in magic methods. Also, right now the fractions module code i...
c8a1818fb01937b66b93728c11d68c9f9af688a5
cc5a225cdc2a5d4e035dd08d59cef39182c10a6c
python/cpython
python__cpython-91849
# PCbuild/readme.txt mentions build_pgo.bat which was removed in python 3.6 The file `PCbuild/readme.txt` still mentions the `build_pgo.bat` script, even though it was removed in python 3.6 (see https://github.com/python/cpython/blob/f4c03484da59049eb62a9bf7777b963e2267d187/Misc/NEWS.d/3.6.0a1.rst) <!-- gh-lin...
906b73be5eada1995bd667a02c59f7a11998310f
7c5153de5a2bd2c886173a317f116885a925cfce
python/cpython
python__cpython-103773
# Two (possible) improvements at dataclasses.rst **Documentation** Observed two possible improvements at [dataclasses.rst](https://github.com/python/cpython/blob/main/Doc/library/dataclasses.rst) 1. One of the examples at line 705 is throwing an exception. I would kindly suggest to update ```x: List = []``` by ...
7ef614c1adad2b8857442bf0fea649891b591109
3d29edaf0a5f2e12e7f72552f602c761ddaf0d13
python/cpython
python__cpython-136401
# Assertion failure when func_repr is called on an already tp_clear-ed object <!-- Use this template for hard crashes of the interpreter, segmentation faults, failed C-level assertions, and similar. Do not submit this form if you encounter an exception being unexpectedly raised from a Python function. Most of...
b6b99bf7f1edab77c485faf4e23da868f3a7b68c
bc9bc078df302dd5cc9928c42c37f4f6d414c767
python/cpython
python__cpython-91630
# Improve Fish path setup on macOS **Feature or enhancement** Improve the path setup on macOS for users of the Fish shell **Pitch** Right now, the installer sets up python paths the same way as on every other shell: by appending a line to the end of the config file that adds directly to $PATH. Modifying the u...
5fa5b7facbcd1f725e51daf31c321e02b7db3f02
df987331d896031799f33cb0f3a7b5c5712cb4e7
python/cpython
python__cpython-114501
# dump of a single table in sqlite3 library **Feature or enhancement** _I would like to dump only one table but by the looks of it, there is no parameter for this._ see https://stackoverflow.com/questions/6677540/how-do-i-dump-a-single-sqlite3-table-in-python **Pitch** Copying tables is much easier when a d...
1a10437a14b13100bdf41cbdab819c33258deb65
4bf41879d03b1da3c6d38c39a04331e3ae2e7545
python/cpython
python__cpython-91568
# Code still refers to bugs.python.org The code on main still references bugs.python.org as the location to report bugs rather than https://github.com/python/cpython/issues while the users will be redirected from bugs.python.org it would be preferable to reference the correct URL. Using an re of "bugs\.python\.org/...
3de09cadde788065a4f2d45117e789c9353bbd12
90c3c68a658db6951b77a5be50088ec2f6adc8eb
python/cpython
python__cpython-131812
# multiprocessing.get_logger() logger deadlock on first call by subprocess to logger.info("...") due to internal logger.debug(...) call by multiprocessing.Queue._start_thread <b>Python:</b> v3.10.2 <b>Platform:</b> Windows 10 <b>Description:</b> A deadlock occurs when a subprocess uses a logging.Logger returned mu...
18d32fb646b804b26c80910b2c65938e81e2cced
ee0e22c088ce5483d4bacd5457d4feb5886bb58a
python/cpython
python__cpython-108771
# speed up urllib.request.getproxies_environment in module urllib.request๏ผŒ function getproxies_environment ๏ผˆhttps://github.com/python/cpython/blob/main/Lib/urllib/request.py#L2493๏ผ‰ iterate over all environment variables twice I made a test: 1. create 2500 environment variables 2. call and timing getproxies...
5094690efd7f663f2e0c1a2a633d3344a0557095
4f24b92aa0677ed5310dd2d1572b55f4e30c88ef
python/cpython
python__cpython-101177
# documentation for function arguments it is confusing what these mean, is there a page which explains the difference between these, or if not, then could there be a page which explains the difference between these, (and more variations) ``` max(iterable, *[, key, default]) max(arg1, arg2, *args[, key]) iter(obj...
783d1bc51b886b6135e6a4effb91be207df5f50a
4510fbb2163a5bdc4250752eab5a4bb9034dc76d
python/cpython
python__cpython-91442
# Documentation of asyncio.loop.subprocess_exec() mentions connect_write_pipe() in an incorrect context In the [documentation of `asyncio.loop.subprocess_exec()`](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec), in the description of each of `stdin`, `stdout`, `stderr` arguments,...
37e37553b09dba073cfe77d9fb96863b94df2fbc
d45225bd66a8123e4a30314c627f2586293ba532
python/cpython
python__cpython-129398
# RFC: Clarify usage of macros for PySequence_Fast within the Limited C API BPO | [47261](https://bugs.python.org/issue47261) --- | :--- Nosy | @HaoZeke <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 deta...
2ad069d906c6952250dabbffbcb882676011b310
ae4788809d674f8e27faef2678953be8cf67d4a3
python/cpython
python__cpython-94504
# importlib lock race issue in deadlock handling code BPO | [47195](https://bugs.python.org/issue47195) --- | :--- Nosy | @rpurdie Files | <li>[testit2.py](https://bugs.python.org/file50714/testit2.py "Uploaded as text/plain at 2022-04-01.20:23:23 by @rpurdie")</li> <sup>*Note: these values reflect the state of the i...
3325f054e33b318aa56b74472f76a56b8afc0510
6b3993c556eb3bb36d1754a17643cddd3f6ade92
python/cpython
python__cpython-92046
# Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly BPO | [47169](https://bugs.python.org/issue47169) --- | :--- Nosy | @encukou, @kulikjak PRs | <li>python/cpython#32365</li><li>python/cpython#32414</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and mig...
15fe8cea174772060b24c96d335a498aba3b8ed4
c87233fd3fa77067013c35328f8c4884f0567a59
python/cpython
python__cpython-124435
# ZipFile.writestr should respect SOURCE_DATE_EPOCH BPO | [47123](https://bugs.python.org/issue47123) --- | :--- Nosy | @SomberNight Files | <li>[zipfile_respect_sourcedate.diff](https://bugs.python.org/file50702/zipfile_respect_sourcedate.diff "Uploaded as text/plain at 2022-03-25.19:47:09 by @SomberNight"): change t...
5d57959d7da8cfcef8df072a6ad53795c60546aa
dda02eb7be62bf0af850a7521c77c90ea997df6c
python/cpython
python__cpython-103156
# Make all jump opcodes relative BPO | [47120](https://bugs.python.org/issue47120) --- | :--- Nosy | @markshannon, @corona10, @brandtbucher, @iritkatriel PRs | <li>python/cpython#32115</li><li>python/cpython#32215</li><li>python/cpython#32221</li><li>python/cpython#32353</li><li>python/cpython#32359</li><li>python/cpy...
21bea68e2e97369d808db7d053d4b51b3bc761b9
33822d037a3381d239dcc532937138da6f3da669
python/cpython
python__cpython-100731
# SimpleHTTPRequestHandler has hard coded index page list. BPO | [47063](https://bugs.python.org/issue47063) --- | :--- Nosy | @ethanfurman, @@myronww PRs | <li>python/cpython#31985</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>...
a286caa937405f7415dcc095a7ad5097c4433246
64ed609c532a12b27f67a1e12e9e02f136ee3a94
python/cpython
python__cpython-132885
# Make encoding="locale" uses locale encoding even in UTF-8 mode is enabled. BPO | [47000](https://bugs.python.org/issue47000) --- | :--- Nosy | @malemburg, @vstinner, @ezio-melotti, @methane, @eryksun PRs | <li>python/cpython#32003</li><li>python/cpython#32068</li> <sup>*Note: these values reflect the state of the i...
245cd6c53278006fa34fd7799d32f0884eb7e75d
bd2ed7c7ce58084c682ab05d4aaa3a28b774b249
python/cpython
python__cpython-132379
# UAF when writing to a bytearray with an element implementing `__index__` with side-effects BPO | [46997](https://bugs.python.org/issue46997) --- | :--- Nosy | @gvanrossum, @JelleZijlstra <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</su...
5e1e21dee35b8e9066692d08033bbbdb562e2c28
25335d297b5248922a4c82183bcdf0c0ada8352b
python/cpython
python__cpython-99930
# tempfile.TemporaryDirectory fails removing dir in some edge cases related to symlinks [CVE-2023-6597] BPO | [46977](https://bugs.python.org/issue46977) --- | :--- Nosy | @afeblot <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <det...
81c16cd94ec38d61aa478b9a452436dc3b1b524d
21221c398f6d89b2d9295895d8a2fd71d28138fa
python/cpython
python__cpython-129990
# Update macOS installer builds to use ncurses 6.5 BPO | [46976](https://bugs.python.org/issue46976) --- | :--- Nosy | @ronaldoussoren, @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</s...
0dbe543d70d7f014d4c1e0308f04c1d91bd815ca
1feaecc2bc42cb96f2d7bdc8d7083171bdcd0929
python/cpython
python__cpython-123342
# dataclass(slots=True) incompatible with __init_subclass__ BPO | [46970](https://bugs.python.org/issue46970) --- | :--- Nosy | @ericvsmith, @crusaderky <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 deta...
75e72822a390df81ca11355d8e0aac88e4046c27
d9439a205acf3d6ed64fc54239249e16b14f9e69
python/cpython
python__cpython-91499
# Document dict behavior when setting equal but not identical key BPO | [46925](https://bugs.python.org/issue46925) --- | :--- Nosy | @rhettinger, @methane, @malthe, @JelleZijlstra, @potiuk PRs | <li>python/cpython#31685</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and migh...
c615286e8576f2555d4380f38a966c300805b1a5
a2bb3b7f9d8d15c81b724726454d68357fb31d1c
python/cpython
python__cpython-91850
# tarfile.TarFile.next() crashes on empty tar files BPO | [46922](https://bugs.python.org/issue46922) --- | :--- Nosy | @ethanfurman <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> Gi...
78365b8e283c78e23725748500f48dd2c2ca1161
7796d3179b71536dd1d2ca7fdbc1255bdb8cfb52
python/cpython
python__cpython-133001
# UBSAN: test_ctypes, test_faulthandler and test_hashlib are failing BPO | [46913](https://bugs.python.org/issue46913) --- | :--- Nosy | @gpshead, @vstinner, @tiran, @vadmium, @pablogsal, @miss-islington PRs | <li>python/cpython#31662</li><li>python/cpython#31665</li><li>python/cpython#31666</li><li>python/cpython#316...
cc05e4b8676dd438e7928e079925c71dba20cc0f
4f18916c5c28321f363e85ee7ef3ee29bbf79d8e
python/cpython
python__cpython-99859
# Add API to allow extensions to set callback function on creation and destruction of PyCodeObject BPO | [46898](https://bugs.python.org/issue46898) --- | :--- Nosy | @carljm, @DinoV, @itamaro, @mpage <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...
3c137dc613c860f605d3520d7fd722cd8ed79da6
0563be23a557917228a8b48cbb31bda285a3a815
python/cpython
python__cpython-107853
# Allow extensions to set a callback to be invoked when a type is modified BPO | [46895](https://bugs.python.org/issue46895) --- | :--- Nosy | @carljm, @DinoV, @itamaro, @mpage <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...
66e4edd7346b1cd65ddff6da890a0d725e325116
04cc01453db2f0af72a06440831637f8bf512daf
python/cpython
python__cpython-102569
# Inline bytecode caches BPO | [46841](https://bugs.python.org/issue46841) --- | :--- Nosy | @markshannon, @corona10, @pablogsal, @brandtbucher, @neonene, @iritkatriel, @penguin-wwy PRs | <li>python/cpython#31543</li><li>python/cpython#31552</li><li>python/cpython#31575</li><li>python/cpython#31591</li><li>python/cpyt...
08b67fb34f4519be1b0bb4673643a2c761c7ae92
767d3a8f6f2f94daa15ad3759d0ecdf4c009b7ab
python/cpython
python__cpython-96893
# Parameters and arguments parser syntax error improvments BPO | [46838](https://bugs.python.org/issue46838) --- | :--- Nosy | @terryjreedy, @aroberge, @lysnikolaou, @pablogsal, @Andykl PRs | <li>python/cpython#31590</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might no...
6d8da238ccdf946dc90e20821652d8caa25b76ba
e13d1d9dda8c27691180bc618bd5e9bf43dfa89f
python/cpython
python__cpython-104199
# ast.Constant.n deprecated without warning BPO | [46797](https://bugs.python.org/issue46797) --- | :--- Nosy | @jwilk, @serhiy-storchaka PRs | <li>python/cpython#31432</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><s...
376137f6ec73e0800e49cec6100e401f6154b693
263abd333d18b8825cf6d68a5051818826dbffce
python/cpython
python__cpython-103905
# Add Maildir.get_flags() to access message flags without opening the file BPO | [46734](https://bugs.python.org/issue46734) --- | :--- Nosy | @gildea PRs | <li>python/cpython#31302</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>...
38035fed9ba543d587c1fbba5c463d34edf3aff9
fa84e5fe0a3bd8e77c33b20867d71ac6bee270f9
python/cpython
python__cpython-106464
# Add support for path-like objects to multiprocessing.set_executable for Windows to be on a par with Unix-like systems BPO | [46720](https://bugs.python.org/issue46720) --- | :--- Nosy | @maggyero PRs | <li>python/cpython#31279</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated ...
c60df361ce2d734148d503f4a711e67c110fe223
76fac7bce55302a8e9a524d72f5384fd89e6dfde
python/cpython
python__cpython-116989
# regrtest didn't respect the timeout when running test_subprocess on AMD64 Windows11 3.x BPO | [46716](https://bugs.python.org/issue46716) --- | :--- Nosy | @vstinner, @jkloth, @eryksun PRs | <li>python/cpython#32079</li><li>python/cpython#32081</li> Files | <li>[process.py](https://bugs.python.org/file50623/process....
27cf3ed00cfe942f4277c273a3dda8ee2ba61fc8
408e127159e54d87bb3464fd8bd60219dc527fac
python/cpython
python__cpython-134392
# asyncio.create_unix_server has an off-by-one error concerning the backlog parameter BPO | [46715](https://bugs.python.org/issue46715) --- | :--- Nosy | @asvetlov, @1st1, @jnsnow Files | <li>[issue.patch](https://bugs.python.org/file50618/issue.patch "Uploaded as text/plain at 2022-02-10.21:24:35 by @jnsnow")</li> <...
109f7597d29f0b504e9b42cb398b44177157abaa
15a8b5b9bd58a12f28aaee71f36f7224ebee42c0
python/cpython
python__cpython-118163
# create_autospec() doesn't respect configure_mock style kwargs BPO | [46690](https://bugs.python.org/issue46690) --- | :--- Nosy | @cjw296, @voidspace, @lisroach, @mariocj89, @tirkarthi <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>...
b28a3339e4c63ea3a801dba9bbbc6af5af42c3a0
6bcbee09df9f6fa6496fb7f68b6d655f190903a7
python/cpython
python__cpython-109914
# Add mimalloc memory allocator BPO | [46657](https://bugs.python.org/issue46657) --- | :--- Nosy | @nascheme, @tiran, @corona10, @erlend-aasland, @h-vetinari PRs | <li>python/cpython#31164</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state...
05f2f0ac92afa560315eb66fd6576683c7f69e2d
4ebf2fae9664a4042511059627f44d46dceb2e09
python/cpython
python__cpython-132489
# urllib.request.urlopen doesn't handle UNC paths produced by pathlib's as_uri() (but can handle UNC paths with additional slashes) BPO | [46654](https://bugs.python.org/issue46654) --- | :--- Nosy | @warsaw, @terryjreedy, @pfmoore, @ronaldoussoren, @vstinner, @larryhastings, @tjguk, @ned-deily, @ezio-melotti, @merwok...
f3192dac669ce14016efcec267ef331108d6b442
666eeda13d319aa82b151eef3e3c55a48d90a052
python/cpython
python__cpython-108644
# `test_functools` unexpected failures when C `_functoolsmodule` is missing BPO | [46647](https://bugs.python.org/issue46647) --- | :--- Nosy | @rhettinger, @tiran, @shihai1991, @sobolevn PRs | <li>python/cpython#31141</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might ...
baa6dc8e388e71b2a00347143ecefb2ad3a8e53b
57b6205523d934d61b6308d63ef72c494c7d2b7e
python/cpython
python__cpython-108286
# AddressSanitizer: Skip tests directly in Python, not with external config BPO | [46633](https://bugs.python.org/issue46633) --- | :--- Nosy | @vstinner, @pablogsal PRs | <li>python/cpython#31632</li><li>python/cpython#31634</li><li>python/cpython#31644</li> <sup>*Note: these values reflect the state of the issue at...
a541e01537cc07b326cc37cc29412b816bc2b4fc
893215a4e7f59eabb8ccdf188c4b9b1de5bd8966
python/cpython
python__cpython-103802
# Undocumented behavior in strptime for ISO week dates BPO | [46592](https://bugs.python.org/issue46592) --- | :--- Nosy | @abalkin, @JonatanSkogsfors, @pganssle <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show ...
a5308e188b810e5cc69c1570bdc9b21ed6c87805
b701dce340352e1a20c1776feaa368d4bba91128
python/cpython
python__cpython-101319
# In documentation same-named attributes erroneously link to built-in names BPO | [46586](https://bugs.python.org/issue46586) --- | :--- Nosy | @merwok, @ethanfurman, @zware, @JelleZijlstra, @JulienPalard, @Dutcho, @AlexWaygood, @meersuri PRs | <li>python/cpython#31216</li><li>python/cpython#31429</li> <sup>*Note: th...
85b1fc1fc5a2e49d521382eaf5e7793175d00371
9f799ab0200f07d762eb8fe822c606e1b4b4866e
python/cpython
python__cpython-136100
# Off-by-one errors in hashlib.scrypt error messages BPO | [46575](https://bugs.python.org/issue46575) --- | :--- <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: ```pyt...
a68ddea3bf7e9bb77d096c613bce2ec1e67a28f4
75e2c5dd346d18c0e3c11d664c84d47becf1349b
python/cpython
python__cpython-94187
# base64 documentation is out-dated; altchars has to have the exact length of 2. BPO | [46559](https://bugs.python.org/issue46559) --- | :--- <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</summar...
05dfc539c2de34021e44f621f2b7b993682ee200
74d5f61ebd1cb14907bf7dae1ad9c1e676707bc5
python/cpython
python__cpython-103910
# Improve efficiency of PRECALL/CALL instructions BPO | [46532](https://bugs.python.org/issue46532) --- | :--- Nosy | @markshannon PRs | <li>python/cpython#31231</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>...
f9bd6e49ae58e0ba2934f29dd0f3299ba844cc8d
3a08db8d137a552aebf678bcd2e7444ab72e62c5
python/cpython
python__cpython-116309
# [docs] Minor information-ordering issue in __main__ doc BPO | [46279](https://bugs.python.org/issue46279) --- | :--- Nosy | @taleinat, @merwok, @ferdnyc, @riqts PRs | <li>python/cpython#30480</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current s...
cb688bab08559079d0ee9ffd841dd6eb11116181
5f660e8e2ca3acfb89ccbdd990f072149b6baa6a
python/cpython
python__cpython-126064
# Avoid temporary `varargs` tuple creation in argument passing BPO | [46212](https://bugs.python.org/issue46212) --- | :--- Nosy | @larryhastings, @pablogsal, @isidentical, @erlend-aasland, @colorfulappl PRs | <li>python/cpython#30312</li> Files | <li>[bench-print.py](https://bugs.python.org/file50533/bench-print.py "...
8c22eba877225ab29cd64672dcb97f09a5f7336f
d07dcce6935364cab807e0df931ed09b088ade69
python/cpython
python__cpython-117817
# venv module produces spurious warning that location has moved BPO | [46171](https://bugs.python.org/issue46171) --- | :--- Nosy | @pfmoore, @vsajip, @tjguk, @zware, @eryksun, @zooba, @FFY00, @layday <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...
185999bb3ad3f1484da8fa4b84813980b976dc3c
64cd6fc9a6a3c3c19091a1c81cbbe8994583017d
python/cpython
python__cpython-93415
# python --help output is too long BPO | [46142](https://bugs.python.org/issue46142) --- | :--- Nosy | @warsaw, @vstinner, @merwok, @serhiy-storchaka, @eryksun PRs | <li>python/cpython#30331</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current...
2e92ffd7fa89e3bd33ee2f31541d3dc53aaa2d12
e3f462c9a73d2a6e79aacce7f25aaac361c2d743
python/cpython
python__cpython-128451
# PyUnicode_FSConverter() has confusing reference semantics BPO | [46083](https://bugs.python.org/issue46083) --- | :--- Nosy | @Yhg1s <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> ...
657d7b77e5c69967e9c0000b986fa4872d13958c
1ef6bf4e29db43bbf06639923516838db2d5a5ba
python/cpython
python__cpython-104141
# [pathlib] Option so that OSError does not block glob in pathlib library BPO | [46050](https://bugs.python.org/issue46050) --- | :--- Nosy | @matt32106 <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 deta...
94f30c75576bb8a20724b2ac758fa33af089a522
373bca0cc5256dc512ffc22bdff4424f7ee8baa2
python/cpython
python__cpython-116544
# functools' singledispatch does not support GenericAlias BPO | [46032](https://bugs.python.org/issue46032) --- | :--- Nosy | @rhettinger, @ambv, @serhiy-storchaka, @miss-islington, @uriyyo, @kumaraditya303, @AlexWaygood PRs | <li>python/cpython#30050</li><li>python/cpython#30254</li><li>python/cpython#30255</li> <su...
2357d5ba48cd9685cb36bcf92a0eaed86a85f4de
626668912f3102a96d3f251f5304ad2f8326f3cc
python/cpython
python__cpython-135779
# Teach pprint about dict views BPO | [45959](https://bugs.python.org/issue45959) --- | :--- Nosy | @rhettinger, @devdanzin, @merwok, @AlexWaygood, @david-peled, @joshinsel PRs | <li>python/cpython#30135</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the...
ee0e22c088ce5483d4bacd5457d4feb5886bb58a
4e6f0d116e9725efb2d8eb6c3274aa3c024a6fb4
python/cpython
python__cpython-109581
# Reintroduce bootstrap_python for freezing BPO | [45950](https://bugs.python.org/issue45950) --- | :--- Nosy | @gvanrossum, @ronaldoussoren, @tiran, @ned-deily, @ericsnowcurrently, @pablogsal PRs | <li>python/cpython#29859</li><li>python/cpython#29936</li><li>python/cpython#29939</li><li>python/cpython#29939</li> Dep...
467abfe1d4de8ea3fb576759259574730528a398
01481f2dc13341c84b64d6dffc08ffed022712a6
python/cpython
python__cpython-100756
# RecursionError when annotating a field with the same name as a field BPO | [45946](https://bugs.python.org/issue45946) --- | :--- Nosy | @ericvsmith, @Gobot1234 <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...
0a7936a38f0bab1619ee9fe257880a51c9d839d5
cc8748712e78805c5be4a0a3f98cfb5c35026d0e
python/cpython
python__cpython-110496
# Pdb can't use the commands through -c or .pdbrc files BPO | [45937](https://bugs.python.org/issue45937) --- | :--- Nosy | @Zrincet <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> Gi...
44f9a84b67c97c94f0d581ffd63b24b73fb79610
3c0dcef9808e34744096769b15bad4f1f97569f0
python/cpython
python__cpython-100278
# Specialize COMPARE_OP BPO | [45885](https://bugs.python.org/issue45885) --- | :--- Nosy | @markshannon, @brandtbucher, @sweeneyde PRs | <li>python/cpython#29734</li><li>python/cpython#31040</li><li>python/cpython#31516</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and migh...
9076455d1b8132928470c11df874ca7c8580b012
d4052d835bd6f1b648d533dab8c228b6e3944651
python/cpython
python__cpython-105075
# xattr support missing in os module under cygwin BPO | [45868](https://bugs.python.org/issue45868) --- | :--- Nosy | @iritkatriel Superseder | <li>bpo-45537: Cygwin is unsupported - close all open issues and list them here.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and ...
7810b6981ac663b77bc9ee9dc4b1960ec6845ea7
7bcf184dacf5cfbcb16b4c2735472314b03a009e
python/cpython
python__cpython-105366
# PEP 604 Union syntax does not support forward references BPO | [45857](https://bugs.python.org/issue45857) --- | :--- Nosy | @gvanrossum, @ericvsmith, @Fidget-Spinner, @AlexWaygood <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <d...
fbdee000de47ae96fbf53ce8908e8efbb23cfba4
c85be33acc29f36e07b6220b17f994de7e71801b
python/cpython
python__cpython-105236
# Port module setup to PY_STDLIB_MOD() macro and addext() BPO | [45847](https://bugs.python.org/issue45847) --- | :--- Nosy | @tiran, @ned-deily, @pablogsal, @miss-islington, @erlend-aasland, @arhadthedev PRs | <li>python/cpython#29642</li><li>python/cpython#29644</li><li>python/cpython#29660</li><li>python/cpython#29...
e01c4de35dd40b132e57f4ba801991619bd2726b
f4d8e10d0d0cc1ba0787d2350a699d9fb227a7cd
python/cpython
python__cpython-103022
# Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR, LOAD_ATTR, and STORE_ATTR BPO | [45829](https://bugs.python.org/issue45829) --- | :--- Nosy | @gvanrossum, @pmp-p, @markshannon, @pablogsal, @brandtbucher, @sweeneyde PRs | <li>python/cpython#29592</li><li>python/cpython#30129</li> <sup>*Note: these va...
121057aa3600c4d4d392539aeb79e1b09fd5659d
e647dbaded898e5399d01d06771c1b42b5631be8
python/cpython
python__cpython-125325
# Race condition in WeakKeyDictionary/WeakValueDictionary BPO | [45809](https://bugs.python.org/issue45809) --- | :--- Nosy | @colesbury Files | <li>[issue45809-repro.patch](https://bugs.python.org/file50440/issue45809-repro.patch "Uploaded as text/plain at 2021-11-15.19:05:22 by @colesbury"): Patch to make reproducti...
cd0f9d111a040ad863c680e9f464419640c8c3fd
08489325d1cd94eba97c5f5f8cac49521fd0b0d7
python/cpython
python__cpython-110508
# The Python implementation of Decimal does not support the "N" format BPO | [45739](https://bugs.python.org/issue45739) --- | :--- Nosy | @rhettinger, @facundobatista, @mdickinson, @ericvsmith, @serhiy-storchaka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect...
d96a8cdfe201546f6d077fa93953b695c4ea8c59
6780d63ae5ed5ec98782606491a30b3bdb2f32b4
python/cpython
python__cpython-104678
# SharedMemory documentation: System V vs Posix BPO | [45728](https://bugs.python.org/issue45728) --- | :--- Nosy | @terryjreedy, @pitrou, @applio, @nescio007 <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 mor...
500ede01178a8063bb2a3c664172dffa1b40d7c9
e66d0399cc2e78fcdb6a0113cd757d2ce567ca7c
python/cpython
python__cpython-29429
# Improve and simplify configure.ac checks BPO | [45723](https://bugs.python.org/issue45723) --- | :--- Nosy | @tiran, @erlend-aasland PRs | <details><li>python/cpython#29429</li><li>python/cpython#29441</li><li>python/cpython#29442</li><li>python/cpython#29466</li><li>python/cpython#29485</li><li>python/cpython#29...
57c50c9c7c701a8301c5a89b2b2d050550f62022
19b107e9b52dbd73f4c52adcb91e8185a53b45ae
python/cpython
python__cpython-125379
# argparse bug: prefix_chars argument to add_argument_group doesn't really work BPO | [45656](https://bugs.python.org/issue45656) --- | :--- Files | <li>[argparser-bug.py](https://bugs.python.org/file50410/argparser-bug.py "Uploaded as text/plain at 2021-10-28.18:27:12 by samwyse")</li> <sup>*Note: these values refle...
c9826c11db25e81b1a90c837f84074879f1b1126
bb9604b62ae7f043594ffea9287f9213067cc7fb
python/cpython
python__cpython-113558
# Better tp_version_tag overflow checks in specializer BPO | [45648](https://bugs.python.org/issue45648) --- | :--- Nosy | @markshannon, @Fidget-Spinner PRs | <li>python/cpython#29272</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</su...
f653caa5a88d3b5027a8f286ff3a3ccd9e6fe4ed
c65ae26f2b46ca616a7ca000bbfcdf63b9bdd779
python/cpython
python__cpython-101837
# Tools/freeze needs tests in the test suite. BPO | [45629](https://bugs.python.org/issue45629) --- | :--- Nosy | @malemburg, @gpshead, @ericsnowcurrently PRs | <li>python/cpython#29222</li><li>python/cpython#31094</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not ...
1d194235e4d5981b5fea25c75318d61189103a58
3eb12df8b526aa5a2ca6b43f21a1c5e7d38ee634
python/cpython
python__cpython-124572
# Please officially support %G, %V and %u directives in time library BPO | [45599](https://bugs.python.org/issue45599) --- | :--- <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> GitHu...
85799f1ffd5f285ef93a608b0aaf6acbb464ff9d
00ea179879726ae221ac7084bdc14752c45ff558
python/cpython
python__cpython-108307
# Rewrite getpath.c in Python BPO | [45582](https://bugs.python.org/issue45582) --- | :--- Nosy | @ncoghlan, @tiran, @benjaminp, @ambv, @ericsnowcurrently, @zooba, @miss-islington, @neonene, @FFY00 PRs | <li>python/cpython#29041</li><li>python/cpython#29902</li><li>python/cpython#29906</li><li>python/cpython#29907</li...
c1c9cd61da1c5b6318da9f7055d45ec82a9949ba
615f6e946db6d7eae66b8de9a75a6c58a84516a6
python/cpython
python__cpython-94146
# Cannot import modules from Zip64 files BPO | [45576](https://bugs.python.org/issue45576) --- | :--- Nosy | @luisffranca <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...
b44898299a2ed97045c270f6474785da2ff07ced
2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe
python/cpython
python__cpython-123098
# Frozen dataclass deep copy doesn't work with __slots__ BPO | [45520](https://bugs.python.org/issue45520) --- | :--- Nosy | @ericvsmith, @MojoVampire, @jfuruness, @sobolevn PRs | <li>python/cpython#29147</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect th...
5e7eba09bcdafe361b491b3f8cf30d7dd2df0a78
2c108328877984f2d92604764c66ef15bd82b31e
python/cpython
python__cpython-99843
# [C API] PEP 670: Convert macros to functions in the Python C API BPO | [45490](https://bugs.python.org/issue45490) --- | :--- Nosy | @malemburg, @vstinner, @erlend-aasland PRs | <li>python/cpython#29728</li><li>python/cpython#31217</li><li>python/cpython#31221</li> Files | <li>[macros-that-reuse-args.txt](https://b...
02f72b8b938e301bbaaf0142547014e074bd564c
53eef27133c1da395b3b4d7ce0ab1d5b743ffb41
python/cpython
python__cpython-125571
# configure script cannot detect float word ordering on linux BPO | [45477](https://bugs.python.org/issue45477) --- | :--- Nosy | @tiran Files | <li>[config.log](https://bugs.python.org/file50364/config.log "Uploaded as text/plain at 2021-10-16.16:27:29 by sourish.basu")</li><li>[conftest.o](https://bugs.python.org/fi...
26d627779f79d8d5650fe7be348432eccc28f8f9
a78d5b32429e2399178ac838e0e62b2bd62c0af9
python/cpython
python__cpython-113222
# Make IDLE recognize .pyi stub files as source for open, save, and edit BPO | [45447](https://bugs.python.org/issue45447) --- | :--- Nosy | @terryjreedy, @ronaldoussoren, @zooba, @miss-islington, @E-Paine, @AlexWaygood PRs | <li>python/cpython#28950</li><li>python/cpython#31303</li><li>python/cpython#31304</li><li>py...
cde1335485b7bffb12c378d230ae48ad77d76ab1
2f0ec7fa9450caeac820a6dc819d17d14fd16a4b
python/cpython
python__cpython-101251
# GzipFile.write should be buffered BPO | [45387](https://bugs.python.org/issue45387) --- | :--- Nosy | @marcelm, @rhpvorderman <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 ...
1858db7cbdbf41aa600c954c15224307bf81a258
7a56a4148c521969d64164d2776641f19e3ca9e8
python/cpython
python__cpython-110163
# Calling `help` executes @classmethod @property decorated methods BPO | [45356](https://bugs.python.org/issue45356) --- | :--- Nosy | @rhettinger, @terryjreedy, @ambv, @berkerpeksag, @serhiy-storchaka, @wimglenn, @corona10, @pablogsal, @akulakov, @sirosen, @randolf-scholz, @AlexWaygood PRs | <li>python/cpython#29239<...
7f9a99e8549b792662f2cd28bf38a4d4625bd402
ee2d22f06d8a4ca13b2dba5e8a7a639a3997cc69
python/cpython
python__cpython-135610
# Allow "p" in Py_BuildValue BPO | [45325](https://bugs.python.org/issue45325) --- | :--- Nosy | @vstinner, @serhiy-storchaka, @JelleZijlstra, @pablogsal, @godlygeek PRs | <li>python/cpython#28634</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curren...
6aa0826ed7688e5f40742cdcaf57420b284e194f
6ab842fce50a6125797bcddfc4a4b2622aa6c6a9
python/cpython
python__cpython-115657
# Document the removal the usage of the C stack in Python to Python calls BPO | [45317](https://bugs.python.org/issue45317) --- | :--- Nosy | @markshannon, @pablogsal PRs | <li>python/cpython#32304</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curre...
59057ce55a443f35bfd685c688071aebad7b3671
2ec50b4a66de6be418bfad058117249d4775df0f
python/cpython
python__cpython-105044
# Implement PEP 654: Exception Groups BPO | [45292](https://bugs.python.org/issue45292) --- | :--- Nosy | @gvanrossum, @markshannon, @tirkarthi, @erlend-aasland, @iritkatriel PRs | <li>python/cpython#28569</li><li>python/cpython#29207</li><li>python/cpython#29545</li><li>python/cpython#29581</li><li>python/cpython#301...
39f6a0489fcc815a578d27dfee2feea003c896f8
6da701511e70fb26ad4710153d8d5a82b809919c
python/cpython
python__cpython-126924
# 'os.path' should not be a frozen module BPO | [45272](https://bugs.python.org/issue45272) --- | :--- Nosy | @gvanrossum, @warsaw, @brettcannon, @jaraco, @ncoghlan, @ericsnowcurrently, @zooba, @corona10, @FFY00 PRs | <li>python/cpython#29329</li><li>python/cpython#29648</li><li>python/cpython#29648</li><li>python/cpy...
a264637654f9d3ac3c140e66fd56ee32faf22431
4759ba6eec9f0b36b24b8eb7e7b120d471c67e82
python/cpython
python__cpython-106643
# venv: Make activate et al. export custom prompt prefix as an envvar BPO | [45264](https://bugs.python.org/issue45264) --- | :--- Nosy | @jwodder <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</s...
8edc8029def8040ebe1caf75d815439156dd2124
b822b85ac11e73bbe4417bf03ee770ab116bb42d
python/cpython
python__cpython-100611
# Remove the usage of the C stack in Python to Python calls BPO | [45256](https://bugs.python.org/issue45256) --- | :--- Nosy | @gvanrossum, @pmp-p, @markshannon, @serhiy-storchaka, @zooba, @ctismer, @corona10, @pablogsal, @brandtbucher, @Fidget-Spinner, @thesamesam PRs | <li>python/cpython#28488</li><li>python/cpytho...
85869498331f7020e18bb243c89cd694f674b911
8b1f1251215651c4ef988622345c5cb134e54d69
python/cpython
python__cpython-126412
# mimetypes cannot detect mime of mka files BPO | [45253](https://bugs.python.org/issue45253) --- | :--- Nosy | @Fidget-Spinner, @akulakov Files | <li>[Screenshot from 2021-09-21 13-10-33.png](https://bugs.python.org/file50292/Screenshot%20from%202021-09-21%2013-10-33.png "Uploaded as image/png at 2021-09-21.07:49:08 ...
3c6d2d123004d8e37a2111083e22e2a2c96dffd0
4f3253a0ccf3a512c497f779e4a6db2656c75844
python/cpython
python__cpython-103684
# Missing support for Source Specific Multicast BPO | [45252](https://bugs.python.org/issue45252) --- | :--- Nosy | @ciresnave <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 f...
1d99e9e46e9b517532fea11befe2e6d0043850bd
9169a56fad246364fd3224306e72e0d0725c35aa
python/cpython
python__cpython-113580
# signal.SIGCLD alias is not available on OSX BPO | [45251](https://bugs.python.org/issue45251) --- | :--- Nosy | @ronaldoussoren, @ned-deily, @tacaswell Files | <li>[osx_signal_compat.patch](https://bugs.python.org/file50290/osx_signal_compat.patch "Uploaded as text/plain at 2021-09-20.22:27:22 by @tacaswell")</li> ...
f48a1bcb2914addee971814fd014e4d8075ea6a9
88cb9720001295f82c7771ab4ebf20f3cd0b31fb
python/cpython
python__cpython-105046
# Update doctect SyntaxErrors for location range BPO | [45249](https://bugs.python.org/issue45249) --- | :--- Nosy | @terryjreedy, @blueyed, @pablogsal, @miss-islington, @Fidget-Spinner, @akulakov PRs | <li>python/cpython#28567</li><li>python/cpython#28575</li><li>python/cpython#28587</li><li>python/cpython#28854</li>...
a4f72fa39a9d391c7b931ba1906d81da4ae01949
eb0ce92141cd14196a8922cfe9df4a713c5c1d9b
python/cpython
python__cpython-106209
# Always use unittest for collecting tests in regrtests BPO | [45229](https://bugs.python.org/issue45229) --- | :--- Nosy | @terryjreedy, @ambv, @ambv, @zware, @serhiy-storchaka, @pablogsal, @miss-islington PRs | <li>python/cpython#28405</li><li>python/cpython#28454</li><li>python/cpython#28455</li><li>python/cpyth...
0e24499129f3917b199a6d46fa33eeedd2c447fc
08c08d21b03d949452a77d9ed5e3cf48d6b9804d
python/cpython
python__cpython-121537
# API function PySignal_SetWakeupFd is not exported and unusable BPO | [45201](https://bugs.python.org/issue45201) --- | :--- Nosy | @vstinner <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</summa...
ca0fb3423c13822d909d75eb616ecf1965e619ae
84a5597b08b7d53aced2fbd0048271ce762807a8
python/cpython
python__cpython-109835
# Address Sanitizer: libasan dead lock in pthread_create() (test_multiprocessing_fork.test_get() hangs) BPO | [45200](https://bugs.python.org/issue45200) --- | :--- Nosy | @terryjreedy, @vstinner, @pablogsal PRs | <li>python/cpython#28344</li><li>python/cpython#28492</li><li>python/cpython#30797</li> Files | <li>[bise...
bc06743533b5fea2d5ecdad6dd3caa372c67439f
1b8f2366b38c87b0450d9c15bdfdd4c4a2fc3a01
python/cpython
python__cpython-91564
# tarfile missing some members in documentation BPO | [44996](https://bugs.python.org/issue44996) --- | :--- Nosy | @nilsnolde <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 f...
3aa4b839e4aa01d4e8bc5c7685fd0eb17c4609b8
3c19ee0422e9b9f1582fb74931c174a84583bca0
python/cpython
python__cpython-131007
# datetime's C implementation verifies fromisoformat is ASCII, but the pure python implementation does not BPO | [44994](https://bugs.python.org/issue44994) --- | :--- Nosy | @Julian, @pganssle <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state....
4924bcf0e4f46f61ac806a90192393f915d0f8f9
92985e321afb35bff514fbeb7e56c9438da26918
python/cpython
python__cpython-104611
# async generator missing unawaited coroutine warning BPO | [44928](https://bugs.python.org/issue44928) --- | :--- Nosy | @graingert <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> Gi...
7fc542c88dc8a09d71006a6240943407b83229d0
46857d0b2a2ac6aeb6dcce2bf2c92ddf4abe7496
python/cpython
python__cpython-120650
# Support UUIDv6, UUIDv7, and UUIDv8 from RFC 9562 BPO | [44920](https://bugs.python.org/issue44920) --- | :--- Nosy | @serhiy-storchaka, @loganasherjones, @stevesimmons <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><summa...
990ad272f66fe6a50087ad044725bb0f9f8e181d
214562ed4ddc248b007f718ed92ebcc0c3669611
python/cpython
python__cpython-102903
# refleak test failure in test_exceptions BPO | [44895](https://bugs.python.org/issue44895) --- | :--- Nosy | @gvanrossum, @vstinner, @cjerdonek, @ambv, @markshannon, @corona10, @pablogsal, @miss-islington, @iritkatriel PRs | <li>python/cpython#27746</li><li>python/cpython#27753</li><li>python/cpython#27761</li><li>py...
5e7c468fc4ceb801c30844b794e04a2ac6a35743
8f70b16e3397ad32757ddbabd5180cbef0036a4b
python/cpython
python__cpython-93927
# ssl.OP_LEGACY_SERVER_CONNECT missing BPO | [44888](https://bugs.python.org/issue44888) --- | :--- Nosy | @tiran, @xtkoba PRs | <li>python/cpython#27776</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 mor...
79ccc03b62d819d83e592c6c8038545d9263a0d4
36a0b1d0dddbdf324d98071ea31e7e9151eea6d5