repo stringclasses 1
value | instance_id stringlengths 20 22 | problem_statement stringlengths 126 60.8k | merge_commit stringlengths 40 40 | base_commit stringlengths 40 40 |
|---|---|---|---|---|
python/cpython | python__cpython-110883 | # pdb does not drop into debugger upon SyntaxError caused by ast.literal_eval
BPO | [40403](https://bugs.python.org/issue40403)
--- | :---
Nosy | @terryjreedy, @xdegaye, @remilapeyre, @isidentical
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current sta... | fa18b0afe47615dbda15407a102b84e40cadf6a5 | 84b7e9e3fa67fb9b92088d17839d8235f1cec62e |
python/cpython | python__cpython-100618 | # multiprocessing's default posix start method of `'fork'` is broken: change to ``'forkserver' || 'spawn'`
BPO | [40379](https://bugs.python.org/issue40379)
--- | :---
Nosy | @pitrou, @mgorny, @Julian, @wimglenn, @applio, @itamarst
<sup>*Note: these values reflect the state of the issue at the time it was migrated an... | d4c410f0f922683f38c9d435923939d037fbd8c2 | f6c53b80a16f63825479c5ca0f8a5e2829c3f505 |
python/cpython | python__cpython-125870 | # argparse: action "extend" with 1 parameter splits strings into characters
BPO | [40365](https://bugs.python.org/issue40365)
--- | :---
Nosy | @rhettinger, @berkerpeksag, @asottile, @isidentical, @jonathanhaigh
Files | <li>[argparse_bug.py](https://bugs.python.org/file49086/argparse_bug.py "Uploaded as text/plain at ... | da8673da362a2135cd621ac619d3aced6bb55100 | 75401febc91a449cc4f4391d663e9a96ce91bb6c |
python/cpython | python__cpython-110596 | # “unmatched paren” for space before parenthesis in Py_BuildValue
BPO | [40309](https://bugs.python.org/issue40309)
--- | :---
Nosy | @Wrzlprmft, @ZackerySpytz
PRs | <li>python/cpython#21158</li>
Files | <li>[foo.c](https://bugs.python.org/file49069/foo.c "Uploaded as text/x-csrc at 2020-04-17.08:54:26 by @Wrzlprmft")... | 5c6e85480ad8365c1b05fdbd678c7867103f7d76 | 3dd593e2f2527e199ff7401308131e6888f0cf6c |
python/cpython | python__cpython-132848 | # test_ioctl skipped -- Unable to open /dev/tty
BPO | [39813](https://bugs.python.org/issue39813)
--- | :---
Nosy | @ericvsmith, @Marco-Sulla
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summar... | 4b4b9fbb06198f65424ed5be06c59f8b2801b99b | e2c69d36d16227a751c2d9c0f8a919cecf6b3048 |
python/cpython | python__cpython-103414 | # Doc for `-X dev` option should mention PYTHONDEVMODE
BPO | [39712](https://bugs.python.org/issue39712)
--- | :---
Nosy | @pitrou, @vstinner, @ezio-melotti, @merwok, @willingc, @JulienPalard, @tirkarthi, @erlend-aasland, @rahul-kumi
PRs | <li>python/cpython#18685</li>
Files | <li>[0001-bpo-39712.patch](https://bugs.p... | d65ed693a8a13a2a7f9b201bda1224d6ae5fcf0e | 8f54302ab49a07e857843f1a551db5ddb536ce56 |
python/cpython | python__cpython-104807 | # pathlib.Path objects can be used as context managers
BPO | [39682](https://bugs.python.org/issue39682)
--- | :---
Nosy | @brettcannon, @pitrou, @barneygale
PRs | <li>python/cpython#18846</li><li>python/cpython#30971</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might n... | 6b1510cf11c16c8e4381810c15ceeda6f89e79f4 | e0b3078705b271ff278dfbc788c2b061c92a9aa3 |
python/cpython | python__cpython-101545 | # datetime.astimezone() method does not handle invalid local times as required by PEP 495
BPO | [39680](https://bugs.python.org/issue39680)
--- | :---
Nosy | @abalkin, @pganssle
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<detail... | 2b1260c55763a952c57b92fe0f274b6ee79efd05 | d4aa8578b18d12380c841de96e8f80cac52bf61a |
python/cpython | python__cpython-114279 | # forked process in multiprocessing does not honour atexit
BPO | [39675](https://bugs.python.org/issue39675)
--- | :---
Nosy | @pitrou, @applio, @pablogsal, @gaborbernat
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summa... | 998c3856c1e922ece806c162858dc587a1e92e02 | cb57a52a85a7845b1c017085f05a7f6d71855edc |
python/cpython | python__cpython-115883 | # Improve test coverage for operator module
BPO | [39664](https://bugs.python.org/issue39664)
--- | :---
Nosy | @tirkarthi
PRs | <li>python/cpython#18537</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show mor... | 771902c257372e6c4df1ead4e8c46308561db7a7 | ea9a296fce2f786b4cf43c7924e5de01061f27ca |
python/cpython | python__cpython-120599 | # [C API] Avoid accessing PyObject and PyVarObject members directly: add Py_SET_TYPE() and Py_IS_TYPE(), disallow Py_TYPE(obj)=type
BPO | [39573](https://bugs.python.org/issue39573)
--- | :---
Nosy | @vstinner
PRs | <li>python/cpython#18388</li><li>python/cpython#18389</li><li>python/cpython#18390</li><li>python/cpyth... | c2d5df5787b1f7fbd2583811c66c34a417593cad | 3df2022931f77c5cadb3f51b371be6ae17587ede |
python/cpython | python__cpython-114086 | # Allow to deprecate CLI arguments in argparse
BPO | [39467](https://bugs.python.org/issue39467)
--- | :---
Nosy | @rhettinger, @serhiy-storchaka, @4383, @shihai1991
PRs | <li>python/cpython#18208</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curren... | bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac | c32bae52904723d99e1f98e2ef54570268d86467 |
python/cpython | python__cpython-101676 | # Mention nonlocal too in assignment quirk
BPO | [39431](https://bugs.python.org/issue39431)
--- | :---
Nosy | @terryjreedy, @miss-islington, @shanavas786
PRs | <li>python/cpython#17375</li><li>python/cpython#18152</li><li>python/cpython#18153</li>
<sup>*Note: these values reflect the state of the issue at the time i... | 1f7838bcc0282d82bf51a25b194f8471574abce6 | 85788edca4ed651d9c83742329e5b395c81e62be |
python/cpython | python__cpython-117232 | # Running the test suite with --junit-xml and -R incorrectly reports refleaks
BPO | [39253](https://bugs.python.org/issue39253)
--- | :---
Nosy | @vstinner, @zooba, @pablogsal
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details>... | d52bdfb19fadd7614a0e5abaf68525fc7300e841 | 9f74e86c78853c101a23e938f8e32ea838d8f62e |
python/cpython | python__cpython-108125 | # [venv] Adding a .gitignore file to virtual environments
BPO | [39236](https://bugs.python.org/issue39236)
--- | :---
Nosy | @brettcannon, @vsajip, @asottile, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summ... | e218e5022eef369573808a4f8dda9aeeab663750 | 6b179adb8c05801bf069121b360531d135ee3f44 |
python/cpython | python__cpython-103630 | # unittest.mock.Mock.parent is broken or undocumented
BPO | [39222](https://bugs.python.org/issue39222)
--- | :---
Nosy | @cjw296, @voidspace, @lisroach, @mariocj89, @tirkarthi, @torfsen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>... | 219f01b18574469f493a3d3cb91d96c2f057218c | 5454db4ace66018179f034fbffcea8d791d66a98 |
python/cpython | python__cpython-114560 | # Python shelve __del__ ignored exception
BPO | [39202](https://bugs.python.org/issue39202)
--- | :---
Nosy | @libbkmz
Files | <li>[test_python_shelve_issue.py](https://bugs.python.org/file48826/test_python_shelve_issue.py "Uploaded as text/plain at 2020-01-03.16:19:52 by @libbkmz"): python testcases via unittests lib... | fc060969117f5a5dc96c220eb91b1e2f863d71cf | ff7588b729a2a414ea189a2012904da3fbd1401c |
python/cpython | python__cpython-108101 | # Python launcher on Windows does not detect active venv
BPO | [38999](https://bugs.python.org/issue38999)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @RossBoylan
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<det... | 1b3bc610fd40e7c26ecb98e92f37c4ed17625c41 | 6139bf5e0c755ed22bdfb027a5299493f0c71be9 |
python/cpython | python__cpython-101676 | # better name for re.error Exception class.
BPO | [38981](https://bugs.python.org/issue38981)
--- | :---
Nosy | @gpshead, @ezio-melotti, @serhiy-storchaka, @Carreau, @sourabh025
PRs | <li>python/cpython#17501</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflec... | 1f7838bcc0282d82bf51a25b194f8471574abce6 | 85788edca4ed651d9c83742329e5b395c81e62be |
python/cpython | python__cpython-111094 | # [PDB] NameError in list comprehension in PDB
BPO | [38970](https://bugs.python.org/issue38970)
--- | :---
Nosy | @xdegaye, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
... | e5353d49dc53632e694a5df485fafd47f6b98c91 | 5a1618a2c8c108b8c73aa9459b63f0dbd66b60f6 |
python/cpython | python__cpython-100252 | # performance degradation creating a mock object (by factor 7-8)
BPO | [38895](https://bugs.python.org/issue38895)
--- | :---
Nosy | @cjw296, @voidspace, @lisroach, @mariocj89, @tirkarthi, @julianhille, @marseel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect ... | c5726b727e26b81a267933654cf26b760a90d9aa | a98d9ea56e7b473af54438ecc487a6bf1b4d6530 |
python/cpython | python__cpython-99654 | # Decorator with paren tokens in arguments breaks inspect.getsource
BPO | [38854](https://bugs.python.org/issue38854)
--- | :---
Nosy | @PCManticore, @1st1, @tirkarthi, @crusaderky, @AlexWaygood, @ahopkins
PRs | <li>python/cpython#17374</li><li>python/cpython#31605</li>
<sup>*Note: these values reflect the state of t... | 68e41295b8611a990de68f15c89f1eb3dea51867 | b11a384dc7471ffc16de4b86e8f5fdeef151f348 |
python/cpython | python__cpython-107031 | # shutil.disk_usage - Lacking documentation
BPO | [38825](https://bugs.python.org/issue38825)
--- | :---
Nosy | @giampaolo, @tarekziade, @tylercrompton, @tirkarthi, @normanlorrain
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<deta... | 6e5f2235f3754307292c7d8d3698958136b5e311 | 149748ea4f552e6fe43a1d6d69bd65910a7c4813 |
python/cpython | python__cpython-130493 | # "pdb.Pdb(skip=…).set_trace()" should always stop on calling frame
BPO | [38806](https://bugs.python.org/issue38806)
--- | :---
Nosy | @blueyed
PRs | <li>python/cpython#17159</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<det... | 63b6ec31c44bc91f748a39daf4f65ef9ad25d21b | efadc5874cdecc0420926afd5540b9b25c5e97fe |
python/cpython | python__cpython-122149 | # Pickle handle self references in classes
BPO | [38770](https://bugs.python.org/issue38770)
--- | :---
Nosy | @serhiy-storchaka, @furkanonder
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summa... | dc07f65a53baf60d9857186294d3d7ba92d5606d | ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 |
python/cpython | python__cpython-103790 | # shutil.copystat fails with PermissionError in WSL
BPO | [38633](https://bugs.python.org/issue38633)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @zooba, @ben-spiller, @peter-schmidbauer
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>... | 3df3b91e6a0d84bcb954ec894d17f4603bdf428f | b51da991e2f7b47efaee2665356060edb6a6ece4 |
python/cpython | python__cpython-118952 | # pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot
BPO | [38624](https://bugs.python.org/issue38624)
--- | :---
Nosy | @pitrou
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show... | e418fc3a6e7bade68ab5dfe72f14ddba28e6acb5 | 0c5ebe13e9937c446e9947c44f2570737ecca135 |
python/cpython | python__cpython-114032 | # pathlib's mkdir documentation improvement
BPO | [38514](https://bugs.python.org/issue38514)
--- | :---
Nosy | @pitrou
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
... | 32c227470aa6f72950b76206ffc529c258b4b8fa | 3a61d24062aaa1e13ba794360b6c765d9a1f2b06 |
python/cpython | python__cpython-136497 | # Improve `codecs.BufferedIncrementalDecoder` documentation
BPO | [38482](https://bugs.python.org/issue38482)
--- | :---
Nosy | @doerwalter, @serhiy-storchaka, @jamercee
Files | <li>[codecs.patch](https://bugs.python.org/file48662/codecs.patch "Uploaded as text/plain at 2019-10-15.08:27:39 by @jamercee"): Patch to cod... | 4b41b2043b110a38616ff86ddb3f065ae7f15c3e | f1b8d01c802165b9807172965b7097b6aaf6fcd3 |
python/cpython | python__cpython-111275 | # os.path.exists() takes bool as argument and returns True
BPO | [38445](https://bugs.python.org/issue38445)
--- | :---
Nosy | @serhiy-storchaka, @eryksun, @rmariano
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>S... | 652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 | 09096a1647913526a3d4fa69a9d2056ec82a8f37 |
python/cpython | python__cpython-107056 | # shutil.copyfile(): os.sendfile() fails with OverflowError on 32-bit system
BPO | [38319](https://bugs.python.org/issue38319)
--- | :---
Nosy | @vstinner, @giampaolo, @ambv, @serhiy-storchaka, @pablogsal, @nanjekyejoannah
PRs | <li>python/cpython#16491</li><li>python/cpython#16506</li>
<sup>*Note: these values refle... | 9eeb4b485f4f9e13e5cb638e43a0baecb3ff4e86 | 7fc9be350af055538e70ece8d7de78414bad431e |
python/cpython | python__cpython-110298 | # Use FindFirstFile in ntpath.realpath() when access is denied
BPO | [38186](https://bugs.python.org/issue38186)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><s... | d33aa18f15de482a01988aabc75907328e1f9c9f | 2cb62c6437fa07e08b4778f7ab9baa5f16ac01f2 |
python/cpython | python__cpython-105385 | # No longer use implicit convertion to int with loss
BPO | [37999](https://bugs.python.org/issue37999)
--- | :---
Nosy | @mdickinson, @serhiy-storchaka, @hpjansson
PRs | <li>python/cpython#15636</li><li>python/cpython#20437</li><li>python/cpython#20449</li><li>python/cpython#17536</li>
<sup>*Note: these values reflec... | d3a0eacbf382288a487d40f16d63abfeb2125e1a | dfe9fc1904820b4206d300e1abb93774e988694d |
python/cpython | python__cpython-115270 | # __text_signature__ parser doesn't handle globals in extension module
BPO | [37881](https://bugs.python.org/issue37881)
--- | :---
Nosy | @ericsnowcurrently, @anntzer
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary... | 9789440de387219bb7677fe0d66860aa8c9deb02 | 81939dad77001556c527485d31a2d0f4a759033e |
python/cpython | python__cpython-101103 | # Windows: WindowsConsoleIO produces mojibake for strings longer than 32 KiB
BPO | [37871](https://bugs.python.org/issue37871)
--- | :---
Nosy | @gpshead, @pfmoore, @tjguk, @zware, @eryksun, @zooba, @andy-ms
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the ... | f34176b77f222726d901595968a4b44456186da4 | c5660ae96f2ab5732c68c301ce9a63009f432d93 |
python/cpython | python__cpython-130118 | # Correct and deduplicate docs on "printable" characters
BPO | [37864](https://bugs.python.org/issue37864)
--- | :---
Nosy | @vstinner, @ezio-melotti, @gnprice
PRs | <li>python/cpython#15300</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current stat... | 3402e133ef26736296c07992266a82b181a5d532 | 6666b38c28856e0fa5dbf14e33cf2eb2c06410a1 |
python/cpython | python__cpython-120271 | # Support .as_integer_ratio() in fractions.Fraction
BPO | [37836](https://bugs.python.org/issue37836)
--- | :---
Nosy | @rhettinger, @mdickinson, @serhiy-storchaka, @jdemeyer
PRs | <li>python/cpython#15327</li><li>python/cpython#15328</li>
<sup>*Note: these values reflect the state of the issue at the time it was mig... | c8d2630995fc234f8276e35643a4a43e62224510 | eaf094c09b5b1c33435c60ef49b1cec78c32573c |
python/cpython | python__cpython-103487 | # bool(~True) == True
BPO | [37831](https://bugs.python.org/issue37831)
--- | :---
Nosy | @gvanrossum, @tim-one, @rhettinger, @mdickinson, @serhiy-storchaka, @eryksun, @tomerv
Superseder | <li>bpo-12447: ~True is not False</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and mi... | fdb3ef8c0f94c7e55870a585dc6499aca46f9f90 | 5b05b013ff13032ffc4db07108a507c08b3a604d |
python/cpython | python__cpython-111761 | # thread native id support for GNU/Hurd
BPO | [37744](https://bugs.python.org/issue37744)
--- | :---
Nosy | @sthibaul
Files | <li>[hurd_thread_native_id.diff](https://bugs.python.org/file48526/hurd_thread_native_id.diff "Uploaded as text/plain at 2019-08-02.00:54:24 by @sthibaul"): patch</li>
<sup>*Note: these values... | 0802fd6c8ee0cacb3ab555dd86e235a5dfab7618 | 0c61d028be93c52726972d8d96393cc0cedb1086 |
python/cpython | python__cpython-132517 | # os.link(..., follow_symlinks=True) broken on Linux
BPO | [37612](https://bugs.python.org/issue37612)
--- | :---
Nosy | @larryhastings, @takluyver, @serhiy-storchaka, @eryksun, @jo-he
PRs | <li>python/cpython#14843</li><li>python/cpython#24997</li>
<sup>*Note: these values reflect the state of the issue at the time ... | 5a57248b22ad3b9aafcaaadae2c304a1923daeca | e9253ebf74433de5ae6d7f1bce693a3a1173b3b1 |
python/cpython | python__cpython-103264 | # Docs: Improve phrasing of flush argument for print()
BPO | [37581](https://bugs.python.org/issue37581)
--- | :---
Nosy | @ezio-melotti, @merwok, @willingc, @JulienPalard, @aeros
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<deta... | c396b6ddf3da784349bac9ebf7f28c55bde016ea | 47753ecde21b79b5c5f11d883946fda2a340e427 |
python/cpython | python__cpython-124233 | # argparse removing more "--" than it should
BPO | [37510](https://bugs.python.org/issue37510)
--- | :---
Nosy | @ericvsmith
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fie... | aae126748ff3d442fdbcd07933855ffd7ae6f59c | 7a2d77c903f29d7ea08b870b8e3fa2130f667a59 |
python/cpython | python__cpython-113410 | # Test failures when CPython is built without docstrings
BPO | [37501](https://bugs.python.org/issue37501)
--- | :---
Nosy | @brettcannon, @terryjreedy, @ericvsmith, @ZackerySpytz
PRs | <li>python/cpython#14592</li>
Files | <li>[test_failures_without_docstrings.txt](https://bugs.python.org/file48456/test_failures_with... | 4e5b27e6a3be85853bd04d45128dd7cc706bb1c8 | c3f92f6a7513340dfe2d82bfcd38eb77453e935d |
python/cpython | python__cpython-102191 | # mmap module: add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants
BPO | [37471](https://bugs.python.org/issue37471)
--- | :---
Nosy | @vstinner, @koobs, @devnexen
PRs | <li>python/cpython#14513</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect ... | 347f7406df62b2bbe551685d72a466f27b951f8e | 9f3ecd1aa3566947648a053bd9716ed67dd9a718 |
python/cpython | python__cpython-112325 | # Add random.binomialvariate()
BPO | [37439](https://bugs.python.org/issue37439)
--- | :---
Nosy | @tim-one, @rhettinger, @gpshead, @mdickinson, @avinassh, @zkneupper
PRs | <li>python/cpython#14530</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the curre... | dc0adb44d8d4a33121deaad398f24b5d8ae36d19 | 89ddea4886942b0c27a778a0ad3f0d5ac5f518f0 |
python/cpython | python__cpython-98353 | # [doc] range is not a built-in function
BPO | [37430](https://bugs.python.org/issue37430)
--- | :---
Nosy | @terryjreedy, @slateny
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
Git... | 8b1f1251215651c4ef988622345c5cb134e54d69 | 73097d91a64620ae7f620705864b84234d85cc82 |
python/cpython | python__cpython-136058 | # Document that os.path.ismount() returns true for nested btrfs subvolumes
BPO | [37339](https://bugs.python.org/issue37339)
--- | :---
Nosy | @serhiy-storchaka, @eryksun, @jstasiak, @eike-fokken
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current stat... | 591abcc01fcf1c65c7fdfaca7274f5d3f9f022da | 6a6cd3c07c0300c8799878a48d555470be2a52f7 |
python/cpython | python__cpython-114168 | # IDLE: Revise html to tkinker converter for help.html
BPO | [37298](https://bugs.python.org/issue37298)
--- | :---
Nosy | @terryjreedy, @roseman, @JulienPalard, @csabella
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><sum... | e07a400c310ad3bdd72bb0ae401991af17435e4d | 8d26db45df479a54eccd2aced7d8a5ea9fd0ffa5 |
python/cpython | python__cpython-93152 | # Use copy_file_range() in shutil.copyfile() (server-side copy)
BPO | [37159](https://bugs.python.org/issue37159)
--- | :---
Nosy | @facundobatista, @ncoghlan, @vstinner, @giampaolo, @encukou, @albertz, @vadmium, @desbma, @pablogsal
Files | <li>[patch.diff](https://bugs.python.org/file48392/patch.diff "Uploaded as tex... | a33dcb9e431c463c20ecdc02a206ddf0b7388687 | a29a9c0f3890fec843b7151f6a1defa25f570504 |
python/cpython | python__cpython-106411 | # Automatically dedent docstring constants by default
BPO | [37102](https://bugs.python.org/issue37102)
--- | :---
Nosy | @gpshead, @methane, @Carreau, @pablogsal, @remilapeyre
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details... | 2566b74b26bcce24199427acea392aed644f4b17 | bbf62979851283b601b2dac0073ab331ebeb3be9 |
python/cpython | python__cpython-131055 | # time.sleep error message misleading
BPO | [37086](https://bugs.python.org/issue37086)
--- | :---
Nosy | @ericvsmith, @csabella, @Windsooon
PRs | <li>python/cpython#13768</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details... | 155c44b9015089eacc6e2ace449391c12bfb8b8d | 15a8412b5e12ae46761843d4442c7b56ffa75176 |
python/cpython | python__cpython-124641 | # Assignment expression symbol (walrus) not in built-in help()
BPO | [37082](https://bugs.python.org/issue37082)
--- | :---
Nosy | @gvanrossum, @terryjreedy, @Carreau, @emilyemorehouse, @pablogsal, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the... | 626668912f3102a96d3f251f5304ad2f8326f3cc | 6cba6e1df2c20846347b705eff7fb28caeeb17fd |
python/cpython | python__cpython-111823 | # Calling "functions" used to implement generators/comps easily cause crash
BPO | [36956](https://bugs.python.org/issue36956)
--- | :---
Nosy | @rhettinger, @mr-nfamous, @websurfer5, @iritkatriel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current stat... | 2f9cb7e095370e38bde58c79c8a8ea7705eefdc2 | 178861b19324c94d98478e4c2bba075964c3baa4 |
python/cpython | python__cpython-113588 | # Missing documentation for decorators
BPO | [36913](https://bugs.python.org/issue36913)
--- | :---
Nosy | @matrixise, @JulienPalard, @mblahay, @tomerv
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more detai... | 8ff44f855450244d965dbf82c7f0a31de666007c | 7595380347610598a3f5529214a449660892537b |
python/cpython | python__cpython-102710 | # Add parameter @case_sensitive to glob and rglob in pathlib
BPO | [36898](https://bugs.python.org/issue36898)
--- | :---
Nosy | @serhiy-storchaka
PRs | <li>python/cpython#13274</li>
Files | <li>[pathlib.py](https://bugs.python.org/file48328/pathlib.py "Uploaded as text/plain at 2019-05-13.07:17:53 by Chuang Men")</li... | 8100be5535073a5442c2b8c68dcb2093ee69433d | 09b7695f12f2b44d2df6898407d7e68dd9493ed4 |
python/cpython | python__cpython-110386 | # Termios module largely untested
BPO | [36821](https://bugs.python.org/issue36821)
--- | :---
Nosy | @tonybaloney
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```py... | 92a9e980245156bf75ede0869f8ba9512e04d2eb | 344d3a222a7864f8157773749bdd77d1c9dfc1e6 |
python/cpython | python__cpython-123820 | # unittest discover throws TypeError on namespace packages
BPO | [36777](https://bugs.python.org/issue36777)
--- | :---
Nosy | @warsaw, @brettcannon, @ericvsmith, @rbtcollins, @ezio-melotti, @voidspace, @methane, @augustogoulart, @tirkarthi
PRs | <li>python/cpython#13259</li>
<sup>*Note: these values reflect the stat... | c75ff2ef8eb71d91b1f92db9c2bc7ff18c582ab1 | 34653bba644aa5481613f398153757d7357e39ea |
python/cpython | python__cpython-113588 | # make regen-all doesn't work in subfolder: No module named Parser.pgen
BPO | [36733](https://bugs.python.org/issue36733)
--- | :---
Nosy | @vstinner, @hroncok, @pablogsal
PRs | <li>python/cpython#12969</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the ... | 8ff44f855450244d965dbf82c7f0a31de666007c | 7595380347610598a3f5529214a449660892537b |
python/cpython | python__cpython-123388 | # asyncio.all_tasks() crashes if asyncio is used in multiple threads
BPO | [36607](https://bugs.python.org/issue36607)
--- | :---
Nosy | @asvetlov, @thatch, @ambv, @1st1, @miss-islington, @sdunster
PRs | <li>python/cpython#13971</li><li>python/cpython#13975</li><li>python/cpython#13976</li>
<sup>*Note: these values r... | 460ee5b994335994d4b5186c08f44e775b3e55fa | 03f5abf15a20f6e623282a393bc2a0affac69bb0 |
python/cpython | python__cpython-111740 | # Avoid creating AttributeError exceptions in the debugger
BPO | [36550](https://bugs.python.org/issue36550)
--- | :---
Nosy | @blueyed, @iritkatriel
PRs | <li>python/cpython#4666</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
... | 148af38cd0adc1c2dde3c937ebbda4ee60b27b33 | afac3c9b7eace4a3e503e93bb76eda32d8217ad7 |
python/cpython | python__cpython-110881 | # bdb.Bdb.set_trace: should set f_trace_lines = True
BPO | [36494](https://bugs.python.org/issue36494)
--- | :---
Nosy | @blueyed, @iritkatriel
PRs | <li>python/cpython#12640</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<deta... | cd6b2ced7595fa69222bdd2042edc5a2576f3678 | 9573d142157d8432f2772a109c304dafeaa454a5 |
python/cpython | python__cpython-108438 | # Prepare for removing the legacy Unicode C API
BPO | [36346](https://bugs.python.org/issue36346)
--- | :---
Nosy | @malemburg, @ronaldoussoren, @pitrou, @scoder, @vstinner, @ezio-melotti, @methane, @serhiy-storchaka, @willingc, @corona10, @miss-islington, @shihai1991, @iritkatriel
PRs | <li>python/cpython#12409</li><... | 995f4c48e11349fbfb9233e02b732d4534d3008e | fa6933e035ba81ae3ed6ceac61b901a3d52b1e30 |
python/cpython | python__cpython-102454 | # Inconsistent behavior of pathlib.WindowsPath with drive paths
BPO | [36305](https://bugs.python.org/issue36305)
--- | :---
Nosy | @pfmoore, @tjguk, @zware, @serhiy-storchaka, @eryksun, @zooba, @kmaork, @nmat
PRs | <li>python/cpython#12361</li>
<sup>*Note: these values reflect the state of the issue at the time it w... | 90f1d777177e28b6c7b8d9ba751550e373d61b0a | 12226bec2588f925f4698e1130ce78e118343934 |
python/cpython | python__cpython-95760 | # array: Add 'w' type and deprecate 'u' type.
BPO | [36299](https://bugs.python.org/issue36299)
--- | :---
Nosy | @terryjreedy, @ncoghlan, @methane, @skrah, @serhiy-storchaka
PRs | <li>python/cpython#12497</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect t... | cc879481e2ac29742ce191f4c6ed4bd85e5e11ba | 3a314f7c3df0dd7c37da7d12b827f169ee60e1ea |
python/cpython | python__cpython-130984 | # Definitions of time
BPO | [36240](https://bugs.python.org/issue36240)
--- | :---
Nosy | @mdickinson, @abalkin, @pganssle
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub field... | 98fa4a49fecbac3c990a25ce5d300592dad31be0 | 475f933ed8b1c9546f1b5497a2241140c7065b5f |
python/cpython | python__cpython-117994 | # mboxMessage.get_payload throws TypeError on malformed content type
BPO | [36180](https://bugs.python.org/issue36180)
--- | :---
Nosy | @warsaw, @bitdancer, @mapreri, @tirkarthi
Files | <li>[broken.zip](https://bugs.python.org/file48184/broken.zip "Uploaded as application/zip at 2019-03-04.11:03:37 by enrico")</li>
... | deaecb88fa5da68cbffca413c63af95fd99578dd | c179c0e6cbb4d1e981fffd43f207f5b1aa5388e5 |
python/cpython | python__cpython-107764 | # remove non-ascii characters in docstring
BPO | [36101](https://bugs.python.org/issue36101)
--- | :---
Nosy | @methane, @animalize
PRs | <li>python/cpython#12018</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary... | 925bbc2166d169962210314772d13270e9ba60a2 | 7b6e34e5baeb4162815ffa4d943b09a58e3f6580 |
python/cpython | python__cpython-124519 | # argparse: positional with type=int, default=SUPPRESS raise ValueError
BPO | [36078](https://bugs.python.org/issue36078)
--- | :---
Nosy | @n8falke, @yangyangxcf
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show... | 9bcadf589ab6f7b9d309290de7a80156b6905d35 | 49e105f9488de18d3d92948232fcbd956cbe0c6e |
python/cpython | python__cpython-122753 | # email: folding of quoted string in display_name violates RFC
BPO | [36041](https://bugs.python.org/issue36041)
--- | :---
Nosy | @warsaw, @bitdancer, @SwampWalker
PRs | <li>python/cpython#12054</li>
Files | <li>[address_folding_bug.py](https://bugs.python.org/file48155/address_folding_bug.py "Uploaded as text/plain ... | 5aaf41685834901e4ed0a40f4c055b92991a0bb5 | 61b35f74aa4a6ac606635e245147ff3658628d99 |
python/cpython | python__cpython-105099 | # Python startup fails with a fatal error if a command line argument contains an invalid Unicode character
BPO | [35883](https://bugs.python.org/issue35883)
--- | :---
Nosy | @ncoghlan, @vstinner, @ezio-melotti, @eryksun, @miss-islington, @Neui, @jmberg
PRs | <li>python/cpython#24843</li><li>python/cpython#24905</li><... | 4b65d5638c607747e2f5b28ed1914e3c397b4097 | 18cfc1eea569f0ce72ad403840c0e6cc5f81e1c2 |
python/cpython | python__cpython-130653 | # io.BufferReader.read() returns None
BPO | [35869](https://bugs.python.org/issue35869)
--- | :---
Nosy | @vadmium, @steverpalmer
Superseder | <li>bpo-13322: The io module doesn't support non-blocking files</li>
Files | <li>[read2.py](https://bugs.python.org/file48091/read2.py "Uploaded as text/plain at 2019-01-3... | e1f891414b2329414a6160ed246f5f869a218bfd | c64a21454b3c139af9e88941a286885fc4828a7e |
python/cpython | python__cpython-102605 | # inspect module does not implement introspection API for asynchronous generators
BPO | [35759](https://bugs.python.org/issue35759)
--- | :---
Nosy | @ncoghlan, @1st1, @tirkarthi, @tkren
PRs | <li>python/cpython#11590</li><li>python/cpython#11590</li>
Files | <li>[0001-inspect-add-introspection-API-for-asynchronous-ge... | 534660f1680955c7a6a47d5c6bd9649704b74a87 | ced13c96a4eb9391a9d27e3e13218f70c579670f |
python/cpython | python__cpython-111792 | # traceback.clear_frames manages to deadlock a background task
BPO | [35751](https://bugs.python.org/issue35751)
--- | :---
Nosy | @asvetlov, @1st1, @tvoinarovskyi
Files | <li>[test_async_deadlock.py](https://bugs.python.org/file48059/test_async_deadlock.py "Uploaded as text/plain at 2019-01-16.10:34:07 by @tvoinarovs... | 13405ecffda6c66d6a5cf2a22dff892c108c69db | d2ddfccfb40e22bbdd75b28b444fd7b33dfe38db |
python/cpython | python__cpython-91740 | # Function ssl.create_default_context raises exception on Windows 10 when called with ssl.Purpose.SERVER_AUTH) attribute
BPO | [35665](https://bugs.python.org/issue35665)
--- | :---
Nosy | @tiran, @pervlad, @MDM-79, @pukkandan
Files | <li>[cacerts.pem](https://bugs.python.org/file48029/cacerts.pem "Uploaded as text/... | 9e551f9b351440ebae79e07a02d0e4a1b61d139e | b6c80e21c78ea86fb12b331f69881a586ed487e0 |
python/cpython | python__cpython-123932 | # argparse standard error usage for exit / error
BPO | [35533](https://bugs.python.org/issue35533)
--- | :---
Nosy | @vinayb21
PRs | <li>python/cpython#11622</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show... | 5f5c0b9c23238dc0a1fdb764f625ae0cc5604519 | 0e89f7abd494bd6c658083c1c1d50a640a1f2309 |
python/cpython | python__cpython-114017 | # pathlib.Path: glob and rglob should accept PathLike patterns
BPO | [35453](https://bugs.python.org/issue35453)
--- | :---
Nosy | @serhiy-storchaka, @nanjekyejoannah, @isidentical, @ciupicri
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*<... | 6313cdde58f34648a430d2830357c9d2a5b67b87 | 681e9e85a2c1f72576ddfbd766506e2d6db34862 |
python/cpython | python__cpython-115134 | # Recursive '**' matches non-existent directories.
BPO | [35201](https://bugs.python.org/issue35201)
--- | :---
Nosy | @serhiy-storchaka
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>... | aeffc7f8951e04258f0fd8cadfa6cd8b704730f6 | 573acb30f22a84c0f2c951efa002c9946e29b6a3 |
python/cpython | python__cpython-112762 | # TemporaryDirectory clean-up fails with unsearchable directories
BPO | [35144](https://bugs.python.org/issue35144)
--- | :---
Nosy | @lilydjwg, @serhiy-storchaka, @eryksun, @vidartf, @tirkarthi
PRs | <li>python/cpython#10320</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and... | b2923a61a10dc2717f4662b590cc9f6d181c6983 | ba18893555bbf69b1da262aaf85d65e4b67e8955 |
python/cpython | python__cpython-99723 | # Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details
BPO | [35134](https://bugs.python.org/issue35134)
--- | :---
Nosy | @brettcannon, @ncoghlan, @vstinner, @jkloth, @ericsnowcurrently, @serhiy-storchaka, @shihai1991, @erlend-aasland, @nw0
PRs | <li>python/cpython#10285</li><li>p... | 55bad199cf89f5488bcfd50b897d798afd57976e | 81f7359f67a7166d57a10a3d5366406d9c85f1de |
python/cpython | python__cpython-128662 | # loop.call_soon_threadsafe should be documented to be re-entrant-safe too
BPO | [34968](https://bugs.python.org/issue34968)
--- | :---
Nosy | @njsmith, @asvetlov, @1st1
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summa... | 4685401845ba3e2ab8c9f4a9a10aa2969b11985f | a1284e97979ff73ad72ad06c796b904137950576 |
python/cpython | python__cpython-98582 | # Counter-intuitive behavior of Server.close() / wait_closed()
BPO | [34852](https://bugs.python.org/issue34852)
--- | :---
Nosy | @asvetlov, @cjerdonek, @1st1
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show mo... | 5d09d11aa0b89aeba187f4f520728ccaf4fc5ac1 | 8dbe08eb7c807f484fe9870f5b7f5ae2881fd966 |
python/cpython | python__cpython-100424 | # raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__
BPO | [34816](https://bugs.python.org/issue34816)
--- | :---
Nosy | @eryksun, @lfriedri, @farfella
PRs | <li>python/cpython#25177</li>
Files | <li>[34816.patch](https://bugs.python.org/file49932/34816.patch "Uploaded as text/plain at 2021-04-0... | aa878f086b7ba8bdd7006d9d509c671167a5fb1e | a02161286a67692758cac38d9dbe42625c211605 |
python/cpython | python__cpython-114036 | # pathlib.[r]glob fails when the toplevel directory is not readable, whereas glob.glob "succeeds"
BPO | [34807](https://bugs.python.org/issue34807)
--- | :---
Nosy | @anntzer, @tirkarthi
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>... | 7092b3f1319269accf4c02f08256d51f111b9ca3 | 2e672f7ca67470cbda3346a4b1b532cf5fa61799 |
python/cpython | python__cpython-121876 | # IDLE: Don't freeze Shell when user enters sys.stdout.shell.console
BPO | [34708](https://bugs.python.org/issue34708)
--- | :---
Nosy | @terryjreedy, @iritkatriel
Files | <li>[fail.py](https://bugs.python.org/file47808/fail.py "Uploaded as text/plain at 2018-09-17.02:53:00 by Harrison Chudleigh"): After running this ... | 58753f33e47fe48906883dc010771f68c13b7e52 | 6682d916780c1cb305e679a057ee6992b114118e |
python/cpython | python__cpython-107320 | # pathlib.Path.iterdir doesn't raise an exception until you start iterating
BPO | [34541](https://bugs.python.org/issue34541)
--- | :---
Nosy | @pitrou, @prudvinit
PRs | <li>python/cpython#8996</li><li>python/cpython#8999</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and mig... | bdc3c884cdc90102ad68b6b55dc9b988e729ae35 | 594b00057e667e0d8d4e41748be056cdd829e919 |
python/cpython | python__cpython-94469 | # Path.relative_to() taking multiple arguments could be better documented
BPO | [34526](https://bugs.python.org/issue34526)
--- | :---
Nosy | @anntzer, @barneygale
PRs | <li>python/cpython#31368</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current ... | 5a991da32961ef5780996d58b8816d5f2085f540 | 432117cd1f59c76d97da2eaff55a7d758301dbc7 |
python/cpython | python__cpython-125193 | # Different behavior of C and Python impls of datetime.strftime with non-UTF-8-encodable strings
BPO | [34481](https://bugs.python.org/issue34481)
--- | :---
Nosy | @brettcannon, @abalkin, @pitrou, @vstinner, @taleinat, @serhiy-storchaka, @pganssle, @izbyshev
PRs | <li>python/cpython#8983</li>
<sup>*Note: these value... | ad3eac1963a5f195ef9b2c1dbb5e44fa3cce4c72 | 0cb20f2e7e867d5c34fc17dd5b8e51e8b0020bb3 |
python/cpython | python__cpython-115212 | # Docs does not mention that eval() allows a code object as an argument
BPO | [34431](https://bugs.python.org/issue34431)
--- | :---
Nosy | @berkerpeksag, @csabella, @jfine2358, @furkanonder
PRs | <li>python/cpython#20000</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and mig... | a71e32ce8e183023fc1ee401c22ebe35e4832f09 | 7acf1fb5a70776429bd99e741d69471eb2d1c1bb |
python/cpython | python__cpython-102761 | # asyncio.wait should accept generator of tasks as first argument
BPO | [34349](https://bugs.python.org/issue34349)
--- | :---
Nosy | @asvetlov, @1st1, @jnwatson, @tirkarthi, @epiphyte
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
... | 4f5774f648eafd1a7076ecf9af9629fb81baa363 | f33b33eb31c11a32b2955eb1f002f02267bd7d61 |
python/cpython | python__cpython-109447 | # Declare sethostname in socketmodule.c for SOLARIS
BPO | [34288](https://bugs.python.org/issue34288)
--- | :---
Nosy | @r-bit-rry, @johngh
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</su... | 3b1580af07c0ce90d1c2073ab087772283d7e3b9 | 0050670d76193ea529f51d0526256cb7a769d61b |
python/cpython | python__cpython-135981 | # Nonsensical exception message when calling `__new__` on non-instaniable objects
BPO | [34284](https://bugs.python.org/issue34284)
--- | :---
Nosy | @ncoghlan, @serhiy-storchaka, @pppery, @VadimPushtaev
PRs | <li>python/cpython#8576</li>
<sup>*Note: these values reflect the state of the issue at the time it was migr... | c45f4f3ebe34529a8db3a7918e8dd2e9f7ce8e86 | f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3 |
python/cpython | python__cpython-113563 | # urllib.parse doesn't round-trip file URI's with multiple leading slashes
BPO | [34276](https://bugs.python.org/issue34276)
--- | :---
Nosy | @cjerdonek, @vadmium, @tirkarthi, @vladima, @epicfaace
PRs | <li>python/cpython#15297</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated ... | e237b25a4fa5626fcd1b1848aa03f725f892e40e | e04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0 |
python/cpython | python__cpython-102003 | # [pathlib] issues with Windows device paths
BPO | [33898](https://bugs.python.org/issue33898)
--- | :---
Nosy | @pfmoore, @pitrou, @tjguk, @zware, @eryksun, @zooba
PRs | <li>python/cpython#8671</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current ... | 8af8f52d175959f03cf4a2786b6a81ec09e15e95 | 7c1b0a46c61f8bf8e2039bba1bff11b6ae20e56b |
python/cpython | python__cpython-123898 | # memoryview can set an exception in tp_clear
BPO | [33713](https://bugs.python.org/issue33713)
--- | :---
Nosy | @pitrou, @vstinner, @skrah, @serhiy-storchaka
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show mo... | a1dbf2ea69acc6ccee6292709af1dadd55c068be | 00ffdf27367fb9aef247644a96f1a9ffb5be1efe |
python/cpython | python__cpython-103402 | # Make exception wrapping less intrusive for __set_name__ calls
BPO | [33576](https://bugs.python.org/issue33576)
--- | :---
Nosy | @ncoghlan, @carljm, @serhiy-storchaka, @sir-sigurd
PRs | <li>python/cpython#6983</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not re... | 55c99d97e14618dfce41472dd4446f763b0da13f | e071f00aaefae9eccf787d5c50396c26c8616483 |
python/cpython | python__cpython-112244 | # Possible lazy import opportunities in `pathlib`
BPO | [33440](https://bugs.python.org/issue33440)
--- | :---
Nosy | @ncoghlan, @pitrou, @njsmith, @serhiy-storchaka
PRs | <li>python/cpython#6820</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current... | bbb4367b55ead1a0322d86b568c6c4607f539d3e | fbb9027a037ff1bfaf3f596df033ca45743ee980 |
python/cpython | python__cpython-102616 | # pathlib.Path.glob does not follow symlinks
BPO | [33428](https://bugs.python.org/issue33428)
--- | :---
Nosy | @pfmoore, @pitrou, @tjguk, @jreese, @zware, @zooba, @emilyemorehouse, @BrianMSheldon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current st... | ace676e2c2121f94a55effc6a30b3b0e987ae7da | 1668b41dc477bc9562e4c50ab36a232839b4621b |
python/cpython | python__cpython-101352 | # Support compiling with clang-cl on Windows
BPO | [33351](https://bugs.python.org/issue33351)
--- | :---
Nosy | @gpshead, @pfmoore, @tjguk, @pmp-p, @zware, @zooba, @tritium21, @ethanhs, @gvanem
PRs | <li>python/cpython#6761</li><li>python/cpython#7680</li><li>python/cpython#18371</li>
<sup>*Note: these values reflec... | 737d367b1f4bad76914173a64d6bbe19a984cd5f | 7956e0c30001cc0940caa66fab4d72455c865b3a |
python/cpython | python__cpython-111738 | # Increase test coverage for numbers.py
BPO | [33284](https://bugs.python.org/issue33284)
--- | :---
Nosy | @rhettinger, @terryjreedy, @londinburgh
PRs | <li>python/cpython#6480</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<d... | e721adf4bd47b20ba0a93ad6471084de31bf20c7 | 0315941441f1e5f944a758c67eb1763b00e6e462 |
python/cpython | python__cpython-107275 | # multiprocessing: serialization must ensure that contexts are compatible (the same)
BPO | [33196](https://bugs.python.org/issue33196)
--- | :---
Nosy | @pitrou, @vstinner, @taleinat, @applio, @arcivanov, @augustogoulart
Files | <li>[test_lock_sigsegv.py](https://bugs.python.org/file47510/test_lock_sigsegv.py "Uploade... | add8d45cbe46581b9748909fbbf60fdc8ee8f71e | 2a3926fa51b7264787d5988abf083d8c4328f4ad |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.