Insights: python/cpython
Overview
Could not load contribution data
Please try again later
113 Pull requests merged by 36 people
-
gh-79096: Fix/improve http cookiejar tests
#93614 merged
Jun 8, 2022 -
[3.11] gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
#93613 merged
Jun 8, 2022 -
[3.11] gh-90473: Define HOSTRUNNER for WASI (GH-93606)
#93612 merged
Jun 8, 2022 -
gh-90473: Define HOSTRUNNER for WASI
#93606 merged
Jun 8, 2022 -
gh-93575: Use correct way to calculate PyUnicode struct sizes
#93602 merged
Jun 8, 2022 -
gh-93180: Update documentation of `os.copy_file_range`
#93182 merged
Jun 8, 2022 -
[3.11] gh-93584: Make all install+tests targets depends on all (GH-93589)
#93603 merged
Jun 8, 2022 -
[3.11] GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93483)
#93601 merged
Jun 8, 2022 -
gh-87961: Remove outdated notes from functions that aren't in the Limited API
#93581 merged
Jun 8, 2022 -
gh-93584: Make all install+tests targets depends on all
#93589 merged
Jun 8, 2022 -
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)
#93599 merged
Jun 8, 2022 -
[3.11] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)
#93598 merged
Jun 8, 2022 -
gh-93421: Update sqlite3 cursor.rowcount after SQLITE_DONE
#93526 merged
Jun 8, 2022 -
[3.11] GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases (GH-93535)
#93594 merged
Jun 8, 2022 -
GH-93521: Filter out `__weakref__` slot if present in bases
#93535 merged
Jun 8, 2022 -
gh-93370 : Deprecate sqlite3.version and sqlite3.version_info
#93482 merged
Jun 7, 2022 -
[3.10] Fix `PurePath.relative_to` links in the pathlib documentation (GH-93268)
#93590 merged
Jun 7, 2022 -
GH-93481: Suppress expected deprecation warning in test_pyclbr
#93483 merged
Jun 7, 2022 -
[3.11] Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)
#93588 merged
Jun 7, 2022 -
Fix `Path.relative_to` links in the pathlib documentation.
#93268 merged
Jun 7, 2022 -
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
#92591 merged
Jun 7, 2022 -
[3.11] gh-84461: Emscripten's faccessat() does not accept flags (GH-92353)
#93578 merged
Jun 7, 2022 -
gh-84461: Emscripten's faccessat() does not accept flags
#92353 merged
Jun 7, 2022 -
gh-93162: test_config_queue_handler requires threading
#93572 merged
Jun 7, 2022 -
gh-93533: Fix MSVC compiler warnings in ceval.c
#93569 merged
Jun 7, 2022 -
[3.11] gh-57539: Increase calendar test coverage (GH-93468)
#93564 merged
Jun 7, 2022 -
[3.10] gh-57539: Increase calendar test coverage (GH-93468)
#93565 merged
Jun 7, 2022 -
GH-93533: Shrink the LOAD_METHOD cache by one codeunit.
#93537 merged
Jun 7, 2022 -
gh-88831: In docs for asyncio.create_task, explain why strong references to tasks are needed
#93258 merged
Jun 7, 2022 -
[3.10] gh-92914: Round the allocated size for lists up to the even number (GH-92915)
#92942 merged
Jun 7, 2022 -
gh-57539: Increase calendar test coverage
#93468 merged
Jun 7, 2022 -
[3.10] gh-86986: bump min sphinx version to 3.2 (GH-93337)
#93562 merged
Jun 7, 2022 -
[3.11] gh-86986: bump min sphinx version to 3.2 (GH-93337)
#93561 merged
Jun 7, 2022 -
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save()
#93463 merged
Jun 7, 2022 -
[3.11] Grammar fix to socket error string (GH-93523)
#93560 merged
Jun 7, 2022 -
gh-86986: bump min sphinx version to 3.2
#93337 merged
Jun 7, 2022 -
Grammar fix to socket error string
#93523 merged
Jun 7, 2022 -
[3.11] Fix contributor name in WhatsNew 3.11 (GH-93556)
#93558 merged
Jun 7, 2022 -
Fix contributor name
#93556 merged
Jun 7, 2022 -
bpo-42658: Using LCMapStringEx in ntpath.normcase
#32010 merged
Jun 6, 2022 -
gh-89018: Improve documentation of `sqlite3` exceptions
#27645 merged
Jun 6, 2022 -
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl
#93478 merged
Jun 6, 2022 -
[3.11] [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
#93553 merged
Jun 6, 2022 -
fix some asyncio.Barrier.wait docs grammar
#93552 merged
Jun 6, 2022 -
[3.11] Remove action=None kwarg from Barrier docs (GH-93538)
#93551 merged
Jun 6, 2022 -
[3.11] gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
#93550 merged
Jun 6, 2022 -
[3.11] gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536)
#93540 merged
Jun 6, 2022 -
Remove action=None kwarg from Barrier docs
#93538 merged
Jun 6, 2022 -
gh-90473: Make chmod a dummy on WASI, skip chmod tests
#93534 merged
Jun 6, 2022 -
[3.10] gh-93391: fix typo in `array` docs (GH-93392)
#93395 merged
Jun 6, 2022 -
[3.10] gh-93372: Fix typo in os.rename documentation (GH-93401)
#93404 merged
Jun 6, 2022 -
[3.9] gh-83728: Add hmac.new default parameter deprecation (GH-91939)
#93546 merged
Jun 6, 2022 -
[3.8] gh-83728: Add hmac.new default parameter deprecation (GH-91939)
#93547 merged
Jun 6, 2022 -
[3.10] gh-83728: Add hmac.new default parameter deprecation (GH-91939)
#93545 merged
Jun 6, 2022 -
[3.11] gh-83728: Add hmac.new default parameter deprecation (GH-91939)
#93544 merged
Jun 6, 2022 -
[3.10] gh-93108: Bump sphinx to fix rendering issue.
#93159 merged
Jun 6, 2022 -
[3.10] 📝 Make sure the phrase "constant-time compare" actually appears in the docs (GH-93396)
#93400 merged
Jun 6, 2022 -
gh-83728: Add hmac.new default parameter deprecation in 3.8 whatsnew
#91939 merged
Jun 6, 2022 -
[3.8] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
#92954 merged
Jun 6, 2022 -
[3.11] asyncio.Barrier docs: Fix typo (GH-93371)
#93541 merged
Jun 6, 2022 -
Fix typo in asyncio documentation
#93371 merged
Jun 6, 2022 -
gh-90473: Skip POSIX tests that don't apply to WASI
#93536 merged
Jun 6, 2022 -
[3.11] gh-90473: WASI requires proper open(2) flags (GH-93529)
#93530 merged
Jun 6, 2022 -
GH-92308 What's New: list pending removals in 3.13 and future versions
#92562 merged
Jun 6, 2022 -
gh-90473: WASI requires proper open(2) flags
#93529 merged
Jun 6, 2022 -
[3.11] gh-93247: Fix assert function in asyncio locks test (GH-93248)
#93524 merged
Jun 6, 2022 -
[3.10] gh-93247: Fix assert function in asyncio locks test (GH-93248)
#93525 merged
Jun 6, 2022 -
gh-93247: Fix assert function in asyncio locks test
#93248 merged
Jun 6, 2022 -
gh-93143: Document LOAD_FAST_CHECK opcode
#93498 merged
Jun 5, 2022 -
[3.11] gh-89973: Fix re.error in the fnmatch module. (GH-93072)
#93513 merged
Jun 5, 2022 -
[3.10] gh-89973: Fix re.error in the fnmatch module. (GH-93072)
#93514 merged
Jun 5, 2022 -
gh-89973: Fix re.error in the fnmatch module.
#93072 merged
Jun 5, 2022 -
[3.11] gh-90473: wasmtime does not support absolute symlinks (GH-93490)
#93511 merged
Jun 5, 2022 -
gh-90473: wasmtime does not support absolute symlinks
#93490 merged
Jun 5, 2022 -
[3.11] gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)
#93509 merged
Jun 5, 2022 -
[3.11] gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (GH-93500)
#93507 merged
Jun 5, 2022 -
Add test for _Py_CAST(nullptr).
#93505 merged
Jun 5, 2022 -
gh-93442: Make C++ version of _Py_CAST work with 0/NULL.
#93500 merged
Jun 5, 2022 -
[3.11] Fix missing word in sys.float_info docstring (GH-93489)
#93495 merged
Jun 4, 2022 -
[3.10] Fix missing word in sys.float_info docstring (GH-93489)
#93496 merged
Jun 4, 2022 -
Grammatical error in info docstring
#93441 merged
Jun 4, 2022 -
Fix missing word in sys.float_info docstring
#93489 merged
Jun 4, 2022 -
[3.10] gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)
#93485 merged
Jun 4, 2022 -
[3.11] gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH-93237)
#93484 merged
Jun 4, 2022 -
gh-92886: Fixing test that fails when running with optimizations (`-O`) in `test_imaplib.py`
#93237 merged
Jun 4, 2022 -
netrc: Remove unused "import shlex"
#93311 merged
Jun 4, 2022 -
[3.11] gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273)
#93479 merged
Jun 3, 2022 -
[3.10] gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273)
#93480 merged
Jun 3, 2022 -
gh-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return
#93445 merged
Jun 3, 2022 -
gh-93156: fix negative indexing into absolute `pathlib.PurePath().parents`
#93273 merged
Jun 3, 2022 -
[3.11] gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)
#93474 merged
Jun 3, 2022 -
gh-84461: Skip dtrace/network tests that are enabled by -u all
#93473 merged
Jun 3, 2022 -
gh-93382: Cache result of `PyCode_GetCode` in codeobject
#93383 merged
Jun 3, 2022 -
[3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
#93458 merged
Jun 3, 2022 -
[3.11] test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
#93470 merged
Jun 3, 2022 -
[3.10] test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
#93469 merged
Jun 3, 2022 -
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS
#93467 merged
Jun 3, 2022 -
[3.11] gh-93433: Fix dis doc example output (GH-93434)
#93460 merged
Jun 3, 2022 -
gh-93433: Fix dis doc example output
#93434 merged
Jun 3, 2022 -
gh-68966: Make mailcap refuse to match unsafe filenames/types/params
#91993 merged
Jun 3, 2022 -
gh-93439: remove redundant argument to loghelper
#93440 merged
Jun 3, 2022 -
[3.11] gh-90473: Skip and document more failing tests on WASI (GH-93436)
#93443 merged
Jun 3, 2022 -
[3.11] gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
#93448 merged
Jun 3, 2022 -
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK
#92945 merged
Jun 3, 2022 -
gh-91320: Fix more old-style cast warnings in C++
#93285 merged
Jun 2, 2022 -
gh-90473: Skip and document more failing tests on WASI
#93436 merged
Jun 2, 2022 -
gh-93356: Lay out exception handling code at end of code unit
#92769 merged
Jun 2, 2022 -
gh-84461: Skip new async logging tests on Emscripten
#93427 merged
Jun 2, 2022
36 Pull requests opened by 23 people
-
gh-91810: Fix regression with writing an XML declaration with encoding='unicode'
#93426 opened
Jun 2, 2022 -
gh-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR`
#93430 opened
Jun 2, 2022 -
Typo in minidom documentation
#93437 opened
Jun 2, 2022 -
gh-71616: Add note to warn against general translation of saxutils.escape()
#93450 opened
Jun 3, 2022 -
gh-60856: Be explicit about localhost for socket.getfqdn
#93451 opened
Jun 3, 2022 -
gh-93453: Make get_event_loop() an alias of get_running_loop()
#93454 opened
Jun 3, 2022 -
gh-61585: Clarify import scope in modules tutorial
#93455 opened
Jun 3, 2022 -
gh-85299: Add note warning about entry point guard for asyncio example
#93457 opened
Jun 3, 2022 -
GH-89858: fix test_embed for Out-of-tree builds
#93465 opened
Jun 3, 2022 -
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where this was problematic
#93471 opened
Jun 3, 2022 -
Fix typos in multiprocessing module documentation.
#93472 opened
Jun 3, 2022 -
gh-66571: Expand matches for %Z in strptime
#93486 opened
Jun 4, 2022 -
gh-93491: Add support tier detection to configure
#93492 opened
Jun 4, 2022 -
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
#93493 opened
Jun 4, 2022 -
gh-92893: Fix issue when ``dataclassses.is_dataclass`` returns False
#93497 opened
Jun 4, 2022 -
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API
#93504 opened
Jun 5, 2022 -
gh-93267: Fix wrong result Documented in Date Arithmetic datetime
#93506 opened
Jun 5, 2022 -
gh-91985: Ensure the same path calculations when repeated with PYTHONHOME
#93512 opened
Jun 5, 2022 -
Fix incorrect directive in multiprocessing module documentation
#93517 opened
Jun 5, 2022 -
[3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
#93543 opened
Jun 6, 2022 -
gh-93548: add exemple of SASL PLAIN authentication in documentation
#93549 opened
Jun 6, 2022 -
Remove extra spaces in custom openSSL documentation.
#93568 opened
Jun 7, 2022 -
gh-93573: Replace bytebong.com by python.org
#93574 opened
Jun 7, 2022 -
Support Homebrew libraries on M1 Macs
#93583 opened
Jun 7, 2022 -
gh-93584: Avoid file race condition in build process
#93586 opened
Jun 7, 2022 -
[3.11] bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-32010)
#93591 opened
Jun 7, 2022 -
GH-90699: Intern statically allocated strings
#93597 opened
Jun 8, 2022 -
[3.11] gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581)
#93604 opened
Jun 8, 2022 -
[3.10] gh-87961: Remove outdated notes from functions that aren't in the Limited API (GH-93581)
#93605 opened
Jun 8, 2022 -
gh-90494: Reject 6th element of the __reduce__() tuple
#93609 opened
Jun 8, 2022 -
gh-93610: Improve docs for importlib.resources
#93611 opened
Jun 8, 2022 -
docs tutorial - specify match cases don't fall through
#93615 opened
Jun 8, 2022 -
gh-93616: Fix env changed issue in test_modulefinder
#93617 opened
Jun 8, 2022 -
GH-93621: reorder code in with/async-with exception exit path to reduce the size of the exception table
#93622 opened
Jun 8, 2022 -
gh-79579: Improve DML query detection in sqlite3
#93623 opened
Jun 8, 2022
72 Issues closed by 33 people
-
Coverage influence tests, make some of them fail
#73234 closed
Jun 8, 2022 -
Update `os.copy_file_range` documentation
#93180 closed
Jun 8, 2022 -
PyType_FromSpec should take metaclass as an argument
#60074 closed
Jun 8, 2022 -
PyCode_Type.tp_basictype change in Python 3.11 broke Cython
#93585 closed
Jun 8, 2022 -
SQLite rowcount is corrupted when combining UPDATE RETURNING w/ table that is dropped and recreated
#93421 closed
Jun 8, 2022 -
Not being able to install Python 2.7 on MacOS Monterey 12.4
#93595 closed
Jun 8, 2022 -
Cannot specify `weakref_slot=True` twice in dataclass MRO
#93521 closed
Jun 8, 2022 -
distutils is not reproducible
#78214 closed
Jun 8, 2022 -
Deprecate sqlite3.version and sqlite3.version_info
#93370 closed
Jun 7, 2022 -
Dataclasses slots causes super() to raise TypeError
#93593 closed
Jun 7, 2022 -
Deprecation warning in test_pyclbr
#93481 closed
Jun 7, 2022 -
ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items()
#85349 closed
Jun 7, 2022 -
Expand logging filter API to allow returning a LogRecord
#92592 closed
Jun 7, 2022 -
_curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12
#48036 closed
Jun 7, 2022 -
The -t option has no effect in for uu command-line
#63177 closed
Jun 7, 2022 -
Fix code example in Python 3.5 telnetlib documentation
#72847 closed
Jun 7, 2022 -
telnetlib: process_rawq() and binary data
#69521 closed
Jun 7, 2022 -
[doc] telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring
#66114 closed
Jun 7, 2022 -
spwd returning different value depending on privileges
#54597 closed
Jun 7, 2022 -
Wrong struct members name for spwd module
#62878 closed
Jun 7, 2022 -
[EASY] sndhdr.what() throws exceptions on unknown files
#78269 closed
Jun 7, 2022 -
Building Python documentation with doctest logs a ResourceWarning in Doc/library/nntplib.rst
#89463 closed
Jun 7, 2022 -
Create to_dict function
#92773 closed
Jun 7, 2022 -
CGIHTTPServer does not chdir prior to executing the CGI script
#46025 closed
Jun 7, 2022 -
CGIHTTPServer support for arbitrary CGI scripts
#53254 closed
Jun 7, 2022 -
Odd behavior with "file" and "filename" attributes in cgi.FieldStorage
#68138 closed
Jun 7, 2022 -
Python does not work on an IPv6 only host
#54623 closed
Jun 7, 2022 -
asyncio.create_task() documentation should mention user needs to keep reference to the task
#88831 closed
Jun 7, 2022 -
Attempt full test coverage of LocaleTextCalendar.formatweekday
#57539 closed
Jun 7, 2022 -
Sphinx conf.py needs_version entry is outdated
#86986 closed
Jun 7, 2022 -
Allow using QueueHandler and QueueListener in logging.dictConfig
#93162 closed
Jun 7, 2022 -
multiprocessing: Queue does not work in virtualenv but works fine in main interpreter
#80580 closed
Jun 7, 2022 -
[doc] Complete the sqlite3 exception documentation
#89018 closed
Jun 6, 2022 -
Expose `FICLONE` and `FICLONERANGE` constants in `fcntl`
#93475 closed
Jun 6, 2022 -
hmac.new() default parameter change not mentioned in changelog
#83728 closed
Jun 6, 2022 -
Missing brackets in docs: logging.handlers.SysLogHandler(address='localhost', SYSLOG_UDP_PORT,...
#93108 closed
Jun 6, 2022 -
Locks in the standard library should be sanitized on fork
#50970 closed
Jun 6, 2022 -
Better emphasise pending removals in What's New
#92308 closed
Jun 6, 2022 -
asyncio: wrong traceback when 2 coroutines await the same future
#93528 closed
Jun 6, 2022 -
Process and Thread
#93527 closed
Jun 6, 2022 -
Assignment of single byte to a bytearray[index] broken
#93518 closed
Jun 6, 2022 -
Spam
#93519 closed
Jun 5, 2022 -
Dataflow analysis in the compiler to avoid runtime NULL checks
#93143 closed
Jun 5, 2022 -
Iterating over ChainMap.values() and ChainMap.items() updates underlying defaultdicts
#93432 closed
Jun 5, 2022 -
Increase speed of Fractions.limit_denominator
#93476 closed
Jun 5, 2022 -
Document exceptions raised by fnmtach
#89973 closed
Jun 5, 2022 -
PyTuple_SET_ITEM fails to compile in C++ source
#93442 closed
Jun 5, 2022 -
Unable to do debugging in Python 3.10 version
#93456 closed
Jun 4, 2022 -
ast keep number system
#93499 closed
Jun 4, 2022 -
Typing Bug: Generic Argument in Callable signature
#93494 closed
Jun 4, 2022 -
The floating-point information provided by `sys.float_info` is mostly incorrect.
#93488 closed
Jun 4, 2022 -
the `pathlib.Path.parents[-1]` didn't receive the `self._parts`
#93156 closed
Jun 3, 2022 -
IDLE 3.10.4 cannot import external package but everything work in cmd window
#93449 closed
Jun 3, 2022 -
Remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return
#93444 closed
Jun 3, 2022 -
pathlib.Path.parents negative indexing is wrong for absolute paths
#89577 closed
Jun 3, 2022 -
Warning for foo == "bar" or "baz"
#92739 closed
Jun 3, 2022 -
`str.format()` output for `enum.Enum` with `str` mixin changed in 3.11.0b1
#93363 closed
Jun 3, 2022 -
`PyCode_GetCode` could be faster
#93382 closed
Jun 3, 2022 -
Attempt to further increase test coverage of calendar module
#69714 closed
Jun 3, 2022 -
`dis` doc output is inaccurate for 3.11
#93433 closed
Jun 3, 2022 -
loghelper in mathmodule.c contains redundant argument
#93439 closed
Jun 3, 2022 -
issubclass doc improvement
#60641 closed
Jun 3, 2022 -
The compatibility problems start with expat 2.4.4, not just 2.4.5
#93018 closed
Jun 3, 2022 -
ast.Num or visit_Num method in python return a wrong sign number of node
#93447 closed
Jun 3, 2022 -
dis._unpack_opargs should handle EXTENDED_ARG_QUICK
#92932 closed
Jun 3, 2022 -
repr of time.struct_time type does not eval
#50157 closed
Jun 2, 2022 -
Lay out exception handling code at end of code unit
#93356 closed
Jun 2, 2022 -
Broken list comprehension/for loop
#93428 closed
Jun 2, 2022 -
unittest.mock.Mock spec can't be array/ndarray in Python 3.9
#86752 closed
Jun 2, 2022
45 Issues opened by 38 people
-
Reorder instructions in with/async-with exception handler to reduce the size of the exception table.
#93621 opened
Jun 8, 2022 -
Tkinter font removes button rounding
#93620 opened
Jun 8, 2022 -
Linking error when building 3.11 beta on mips64le
#93619 opened
Jun 8, 2022 -
Fix misleading hint for `iterparse`
#93618 opened
Jun 8, 2022 -
test_modulefinder always modifies execution environment
#93616 opened
Jun 8, 2022 -
Better docs for importlib.resources
#93610 opened
Jun 8, 2022 -
tokenize.detect_encoding has issues with \r
#93608 opened
Jun 8, 2022 -
`root` attribute of `xml.etree.ElementTree.iterparse` is not documented
#93607 opened
Jun 8, 2022 -
open() built in's doc does not say what the buffering default of -1 means
#93600 opened
Jun 8, 2022 -
Emscripten event loop?
#93596 opened
Jun 8, 2022 -
Weirdness with traceback when resuming coroutines with coro.throw()
#93592 opened
Jun 7, 2022 -
make altinstall for PGO is not parallel-save
#93584 opened
Jun 7, 2022 -
mock.patch applied at class level behaves incorrectly
#93582 opened
Jun 7, 2022 -
multiprocessing with maxtasksperchild can hang if unpickling causes import
#93580 opened
Jun 7, 2022 -
Clarifying documentation of typing.Set
#93579 opened
Jun 7, 2022 -
Python 3.10.5 installer fails to run on windows 11
#93577 opened
Jun 7, 2022 -
test_unicode test_raiseMemError miscalculates struct size when string has UTF-8 representation.
#93575 opened
Jun 7, 2022 -
Replace bytebong.com reference
#93573 opened
Jun 7, 2022 -
pickle protocol 1 silently fails / causes data loss with `__slots__=()`
#93570 opened
Jun 7, 2022 -
Process and Thread resource recycling issue
#93563 opened
Jun 7, 2022 -
Allow use of `python -m logging` to setup a basicConfig logging config
#93557 opened
Jun 7, 2022 -
Conditional backward edges should help "warm up" code
#93554 opened
Jun 6, 2022 -
can't use UTF8 passwords in imaplib login
#93548 opened
Jun 6, 2022 -
Can't use XMLRPC errors with multiprocessing and pickle
#93542 opened
Jun 6, 2022 -
ResourceWarning: unclosed <ssl.SSLSocket fd=x, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM
#93539 opened
Jun 6, 2022 -
The inline cache for `LOAD_METHOD` is too large.
#93533 opened
Jun 6, 2022 -
Severe performance degradation for tracing under 3.11
#93516 opened
Jun 5, 2022 -
Bad image grab from GIF file by tkinter.PhotoImage with option format 'gif -index indexValue'
#93510 opened
Jun 5, 2022 -
Handling of surrogates on JSON encoding
#93508 opened
Jun 5, 2022 -
Add public APIs to set trace and profile function in other threads.
#93503 opened
Jun 5, 2022 -
Expose tracemalloc hook into `_Py_NewReference` for other tracers
#93502 opened
Jun 5, 2022 -
Tkinter recommends grid over pack
#93501 opened
Jun 4, 2022 -
Check and report PEP 11 support tier in configure
#93491 opened
Jun 4, 2022 -
PyType_FromSpec may leak memory with repeated slot IDs
#93466 opened
Jun 3, 2022 -
[Asyncio] Support for async → sync → async call chains
#93462 opened
Jun 3, 2022 -
[WASI] test cases with sys.path.insert(0, os.curdir) fail on WASI
#93461 opened
Jun 3, 2022 -
A shortcut for `urllib.parse.quote` to keep all reserved characters?
#93459 opened
Jun 3, 2022 -
Make get_event_loop() an alias of get_running_loop()
#93453 opened
Jun 3, 2022 -
`dataclasses` should use `ast` instead of generating code as strings
#93452 opened
Jun 3, 2022 -
provide a way to access the unmodified environment (variables) of a Python script
#93446 opened
Jun 3, 2022 -
Document priority between extensions and .py files
#93435 opened
Jun 2, 2022 -
Include the current working dir in FileNotFoundError
#93431 opened
Jun 2, 2022 -
Merge `LOAD_METHOD` back into `LOAD_ATTR` for better specialization
#93429 opened
Jun 2, 2022 -
No lifecycle management for PyMemoryView_FromMemory
#93425 opened
Jun 2, 2022
418 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
gh-90549: Library multiprocess leaks named resources.
#30617 commented on
Jun 8, 2022 • 50 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Jun 8, 2022 • 21 new comments -
Consider supporting emscripten/webassembly as a build target
#84461 commented on
Jun 7, 2022 • 20 new comments -
bpo-47016: Create a workflow for verifying bundled pip and setuptools
#31885 commented on
Jun 8, 2022 • 19 new comments -
gh-93243: Make smtpd private before porting its users
#93246 commented on
Jun 8, 2022 • 14 new comments -
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
#92453 commented on
Jun 5, 2022 • 11 new comments -
gh-92434: Silence a compiler warning in _sqlite/connection.c for 32bit version
#93090 commented on
Jun 3, 2022 • 10 new comments -
PyLineTable_InitAddressRange isn't exported - causing C Extensions to fail at import
#90754 commented on
Jun 8, 2022 • 9 new comments -
LWPCookieJar.save() creates *.lwp file in 644 mode
#79096 commented on
Jun 7, 2022 • 7 new comments -
wave.open does not accept PathLike objects
#75593 commented on
Jun 7, 2022 • 7 new comments -
bpo-38748: Add test for stack corruption.
#26204 commented on
Jun 8, 2022 • 7 new comments -
bpo-45383: Inherit MetaClass from bases in FromSpec API
#28748 commented on
Jun 7, 2022 • 7 new comments -
getpath miscalculates sys.path from second initialization with PYTHONHOME on Windows
#91985 commented on
Jun 8, 2022 • 6 new comments -
GH-91095: Specialize calls to normal python classes
#93221 commented on
Jun 7, 2022 • 6 new comments -
shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range)
#81338 commented on
Jun 6, 2022 • 5 new comments -
gh-91317: Document that Path does not collapse initial `//`
#32193 commented on
Jun 8, 2022 • 5 new comments -
support reproducible Python builds
#73894 commented on
Jun 6, 2022 • 4 new comments -
Possible slowdown of regex searching in 3.11
#91404 commented on
Jun 7, 2022 • 4 new comments -
DOC: Improvements in library/stdtypes
#24466 commented on
Jun 6, 2022 • 4 new comments -
dataclasses.is_dataclass doesn't always work correctly with Generic types
#92893 commented on
Jun 5, 2022 • 3 new comments -
Receiving vector calls in the Py_LIMITED_API
#93274 commented on
Jun 7, 2022 • 3 new comments -
Python > 3.7 build fails with IBM XL compiler
#89040 commented on
Jun 8, 2022 • 3 new comments -
bpo-47222: Allow pass-thru with stdout/stderr capture (GH-91378)
#32344 commented on
Jun 2, 2022 • 3 new comments -
gh-93253: Add an explicit message for when there is not enough disk space to create new semaphores
#93254 commented on
Jun 7, 2022 • 3 new comments -
gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
#93330 commented on
Jun 5, 2022 • 3 new comments -
Optimizing FOR_ITER bytecode
#91432 commented on
Jun 2, 2022 • 2 new comments -
mailbox.mbox malformed 'From ' lines not being detected/handled
#93376 commented on
Jun 3, 2022 • 2 new comments -
Custom pickler memory leak
#89988 commented on
Jun 4, 2022 • 2 new comments -
Library multiprocess leaks named resources.
#90549 commented on
Jun 6, 2022 • 2 new comments -
subprocess.list2cmdline() should not escape wrapping single/double quotes
#81840 commented on
Jun 7, 2022 • 2 new comments -
doctest test finder doesnt find line numbers of properties
#61648 commented on
Jun 7, 2022 • 2 new comments -
Add -P command line option and PYTHONSAFEENV environment variable
#57684 commented on
Jun 7, 2022 • 2 new comments -
test_poplib replace asyncore
#74699 commented on
Jun 7, 2022 • 2 new comments -
os.path.normcase() is inconsistent with Windows file system
#86824 commented on
Jun 8, 2022 • 2 new comments -
seekable() returns True on pipe objects in Windows
#86768 commented on
Jun 8, 2022 • 2 new comments -
sqlite3 package document mistake
#86790 commented on
Jun 8, 2022 • 2 new comments -
Improve performance of sys.settracing based tools.
#90081 commented on
Jun 8, 2022 • 2 new comments -
Logger with a custom class breaks on copy
#91113 commented on
Jun 8, 2022 • 2 new comments -
SQLite incorrect row count for UPDATE
#79579 commented on
Jun 8, 2022 • 2 new comments -
bpo-31412: wave.open takes a path-like object
#3484 commented on
Jun 7, 2022 • 2 new comments -
bpo-20183: Convert the mmap module to the Argument Clinic
#14207 commented on
Jun 7, 2022 • 2 new comments -
bpo-40255: Implement Immortal Instances
#19474 commented on
Jun 8, 2022 • 2 new comments -
bpo-2716: add license for audioop module
#19972 commented on
Jun 7, 2022 • 2 new comments -
bpo-14243: Optionally delete NamedTemporaryFile on content manager exit but not on file close
#22431 commented on
Jun 7, 2022 • 2 new comments -
gh-91456: Fix issue affecting the use of auto() alongside aliases in Enums
#91457 commented on
Jun 3, 2022 • 2 new comments -
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `test_zipimport.py`
#93236 commented on
Jun 7, 2022 • 2 new comments -
gh-59150: Add table of runnable modules
#93410 commented on
Jun 6, 2022 • 2 new comments -
mock.seal has infinite recursion with mutually recursive class references
#91710 commented on
Jun 2, 2022 • 1 new comment -
functools.cached_property incorrectly locks the entire descriptor on class instead of per-instance locking
#87634 commented on
Jun 2, 2022 • 1 new comment -
misleading output from difflib unified_diff
#84868 commented on
Jun 2, 2022 • 1 new comment -
input() and raw_input() do not work correctly with colored prompts
#61539 commented on
Jun 3, 2022 • 1 new comment -
asyncio.gather behaves inconsistently when handling KeyboardInterruption/SystemExit
#93122 commented on
Jun 3, 2022 • 1 new comment -
Upgrade bundled pip to 22.1 series
#92688 commented on
Jun 4, 2022 • 1 new comment -
subprocess.Popen should not emit a ResourceWarning for a detached process
#83071 commented on
Jun 5, 2022 • 1 new comment -
concurrent.future.ThreadPoolExecutor should parameterize class used for threads
#89502 commented on
Jun 6, 2022 • 1 new comment -
IntFlag iteration behaviour is inconsistent between versions
#93210 commented on
Jun 6, 2022 • 1 new comment -
Add example of using load_tests to parameterise Test Cases
#56809 commented on
Jun 7, 2022 • 1 new comment -
Objects/codeobject.c:814: retreat: Assertion `bounds->ar_start > 0' failed
#93249 commented on
Jun 7, 2022 • 1 new comment -
Implement PEP 652 -- Maintaining the Stable ABI
#87961 commented on
Jun 7, 2022 • 1 new comment -
Undefined behavior flagged by Clang 3.4 (Python 3.5 from hg)
#65131 commented on
Jun 7, 2022 • 1 new comment -
Wave.py support for ulaw and alaw audio
#43330 commented on
Jun 7, 2022 • 1 new comment -
[C API] Move the PyCodeObject structure to the internal C API (make the structure opaque)
#91397 commented on
Jun 7, 2022 • 1 new comment -
Python memory limit on AIX
#55421 commented on
Jun 7, 2022 • 1 new comment -
The Great Argument Clinic Conversion Derby Meta-Issue
#64386 commented on
Jun 7, 2022 • 1 new comment -
wave.py: add writesamples() and readsamples()
#49163 commented on
Jun 7, 2022 • 1 new comment -
CGIHTTPServer doesn't handle long POST requests
#81482 commented on
Jun 7, 2022 • 1 new comment -
crypt function not hashing properly on Mac (uses a specific salt)
#77394 commented on
Jun 7, 2022 • 1 new comment -
test_mailcap fails if a mailcap file contains a non-decodable character
#68340 commented on
Jun 7, 2022 • 1 new comment -
Mark optional stdlib modules in documentation
#79076 commented on
Jun 7, 2022 • 1 new comment -
shlex.quote and pipes.quote do not quote shell keywords
#70312 commented on
Jun 7, 2022 • 1 new comment -
Undefined C behavior going beyond end of struct via a [1] arrays (C99 flexible arrays)
#84301 commented on
Jun 7, 2022 • 1 new comment -
Dialect class defaults are not documented.
#68335 commented on
Jun 7, 2022 • 1 new comment -
multiprocessing race condition on flushing stdout, deadlocks child on exit
#91776 commented on
Jun 8, 2022 • 1 new comment -
Sixth element of tuple from __reduce__(), inconsistency between pickle and copy
#90494 commented on
Jun 8, 2022 • 1 new comment -
wsgiref validator complaining about no content-type when it is not needed
#93416 commented on
Jun 8, 2022 • 1 new comment -
bpo-30514: test_pop3lib asyncore with asyncio
#1864 commented on
Jun 7, 2022 • 1 new comment -
bpo-31078: Propogate use_rawinput to recursive pdb (debug command)
#2947 commented on
Jun 7, 2022 • 1 new comment -
bpo-17446: Get line numbers of properties in doctest
#3419 commented on
Jun 7, 2022 • 1 new comment -
gh-85525: Indicate supported sound header formats
#21575 commented on
Jun 7, 2022 • 1 new comment -
bpo-42037: Corrected request dependencies in CookieJar functions
#23112 commented on
Jun 8, 2022 • 1 new comment -
bpo-41255: handle argparse errors with exit_on_error=False consistently
#27295 commented on
Jun 7, 2022 • 1 new comment -
Upload NEWS file as artifact
#30419 commented on
Jun 4, 2022 • 1 new comment -
gh-85427: Prevent exits if `ArgumentParser.exit_on_error` is False
#30832 commented on
Jun 7, 2022 • 1 new comment -
Remove new line in pickle error message
#31782 commented on
Jun 5, 2022 • 1 new comment -
bpo-47231: Strip trailing slash from tarfile longname directories
#32423 commented on
Jun 7, 2022 • 1 new comment -
gh-81790: support "UNC" device paths in `ntpath.splitdrive()`
#91882 commented on
Jun 7, 2022 • 1 new comment -
gh-81340: Use `copy_file_range` in `shutil.copyfile` copy functions
#93152 commented on
Jun 3, 2022 • 1 new comment -
[3.10] Bring IntFlag enumeration behaviour in-line with that of 3.11+ (GH-93210)
#93211 commented on
Jun 6, 2022 • 1 new comment -
gh-90300: Reformat the Python CLI help output
#93415 commented on
Jun 7, 2022 • 1 new comment -
Decide the fate of undocumented script behavior of some modules
#93096 commented on
Jun 2, 2022 • 0 new comments -
sqlite3 dml statement detection does not account for CTEs
#81040 commented on
Jun 2, 2022 • 0 new comments -
os.makedirs exist_ok documentation is incorrect, as is some of the behavior
#57707 commented on
Jun 3, 2022 • 0 new comments -
Multiple TimedRotatingFileHandler with similar names but different backup counts do not work
#93205 commented on
Jun 3, 2022 • 0 new comments -
Minor bug in pprint module
#92546 commented on
Jun 3, 2022 • 0 new comments -
Incorrect traceback when future's exception is raised multiple times
#90082 commented on
Jun 6, 2022 • 0 new comments -
Uninformative error message when working with semaphores
#93253 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Process.is_alive() incorrect if waitpid() was executed concurrently to it
#92881 commented on
Jun 6, 2022 • 0 new comments -
IDLE should print multiprocessing function outputs in the IDLE shell
#92633 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.get_logger() logger deadlock on first call by subprocess to logger.info("...") due to internal logger.debug(...) call by multiprocessing.Queue._start_thread
#91555 commented on
Jun 6, 2022 • 0 new comments -
SharedMemory.unlink() can fail if called during interpreter shutdown
#91577 commented on
Jun 6, 2022 • 0 new comments -
test_multiprocessing_fork probabilistic failure
#91405 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.set_start_method force argument is not documented
#91340 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.pool.Pool.apply block infinitely when stressed while using maxtasksperchild
#91315 commented on
Jun 6, 2022 • 0 new comments -
test_concurrent_futures logs many UndefinedBehaviorSanitizer "DEADLYSIGNAL" errors on AMD64 Arch Linux Usan 3.x
#91140 commented on
Jun 6, 2022 • 0 new comments -
Started multiprocessing.Process instances are unserialisable
#91090 commented on
Jun 6, 2022 • 0 new comments -
Document multiprocessing.set_forkserver_preload
#91007 commented on
Jun 6, 2022 • 0 new comments -
Make multiprocessing.connection.Client support ipv6
#90966 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing's "spawn" doesn't actually use spawn
#90525 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing logger deadlocks if used with logging.handlers.QueueHandler
#90321 commented on
Jun 6, 2022 • 0 new comments -
Add a note to QueueListener documentation saying that SimpleQueue instances can't be used in multiprocessing scenarios
#90279 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing.Server.serve_forever runs sys.exit()
#90180 commented on
Jun 6, 2022 • 0 new comments -
Very first multiprocessing example not working on Windows 11
#90072 commented on
Jun 6, 2022 • 0 new comments -
NetBSD: do not use POSIX semaphores
#90203 commented on
Jun 6, 2022 • 0 new comments -
SharedMemory documentation: System V vs Posix
#89891 commented on
Jun 6, 2022 • 0 new comments -
test.test_concurrent_futures fail in x86_ 64 architecture
#89607 commented on
Jun 6, 2022 • 0 new comments -
Supporting out-of-band buffers (pickle protocol 5) in multiprocessing
#89467 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool(64) throws on Windows
#89240 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing freeze support unclear
#89179 commented on
Jun 6, 2022 • 0 new comments -
test_concurrent_futures: test_cancel_futures_wait_false() and test_interpreter_shutdown() failed on GHA Windows x64
#89099 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: the Resource Tracker process is never reaped
#88887 commented on
Jun 6, 2022 • 0 new comments -
Cross-platform issues with private methods and multiprocessing
#88841 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing Pool example and comments incomplete/wrong?
#88781 commented on
Jun 6, 2022 • 0 new comments -
Broken Pipe in Server of Manager in multiprocessing when finalizing, sometimes
#88780 commented on
Jun 6, 2022 • 0 new comments -
SIGSEGV when access a fork Event in a spawn Process
#89461 commented on
Jun 6, 2022 • 0 new comments -
Python doesn't exit with proper resultcode on SIGINT in multiprocessing.Process
#89186 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.get hangs if the pool is closed in the signal handler
#88628 commented on
Jun 6, 2022 • 0 new comments -
Truncated error message of original function while multiprocessing or multithreading
#88543 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing AF_PIPE name format is slightly confusing in the docs
#88355 commented on
Jun 6, 2022 • 0 new comments -
Race condition when using multiprocessing BaseManager and Pool in Python3
#88321 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing documentation should note behavior when process with Lock dies
#88304 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string
#88118 commented on
Jun 6, 2022 • 0 new comments -
Processes in Python 3.9 exiting with code 1 when It's created inside a ThreadPoolExecutor
#88110 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue hangs when process on other side dies
#87971 commented on
Jun 6, 2022 • 0 new comments -
SIGSEGV when replacing _multiprocessing.SemLock at runtime
#87947 commented on
Jun 6, 2022 • 0 new comments -
Possible race condition on multiprocessing.Manager().dict() on macOS
#87934 commented on
Jun 6, 2022 • 0 new comments -
Disallow fork in a subinterpreter affects multiprocessing plugin
#87680 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing Manager Client Not Reconnecting
#87495 commented on
Jun 6, 2022 • 0 new comments -
Error in multiprocessing.Pool's initializer doesn't stop execution
#87472 commented on
Jun 6, 2022 • 0 new comments -
Leak of locks from multiprocessing.Process
#87311 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue.get(block=False) can raise queue.Empty on non-empty queue
#87302 commented on
Jun 6, 2022 • 0 new comments -
Recursive call crash module multiprocessing
#87247 commented on
Jun 6, 2022 • 0 new comments -
[Windows] multiprocessing handle leak when child process is killed during startup/unpickling
#87134 commented on
Jun 6, 2022 • 0 new comments -
[multiprocessing] Calling pool.terminate() from an error_callback causes deadlock
#87129 commented on
Jun 6, 2022 • 0 new comments -
pdb & multiprocessing.Pool: AttributeError: module '__main__' has no attribute '__spec__'
#87115 commented on
Jun 6, 2022 • 0 new comments -
Expose a way to determine if a process has been closed or not
#87063 commented on
Jun 6, 2022 • 0 new comments -
pool worker can't be terminated
#87015 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.ProcessPoolExecutor is unable to forward exceptions with state.
#86935 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Queue leaks a file descriptor associated with the pipe writer (#33081 still a problem)
#86918 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing module hangs on os.read() on Linux
#86797 commented on
Jun 6, 2022 • 0 new comments -
Inconsistent ProcessPoolExecutor behaviour on macOS between 3.7 and 3.8/9
#86447 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.ProcessPoolExecutor freezes depending on complexity
#86411 commented on
Jun 6, 2022 • 0 new comments -
forkserver not reused in child processes
#86354 commented on
Jun 6, 2022 • 0 new comments -
failed pickle hangs python on exit in CMD.exe only
#86344 commented on
Jun 6, 2022 • 0 new comments -
Bad proxy returned immediately after BaseManager server restarted
#86320 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing Manager Object Cleanup
#86035 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue prevents program exit when containing a reasonable amount of data
#85927 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue deadlock
#85880 commented on
Jun 6, 2022 • 0 new comments -
Result of multiprocessing.heap.BufferWrapper.create_memoryview can point to freed memory
#85839 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Manager objects lose connection info
#85826 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Event.wait hangs when interrupted by signal that sets the event
#85772 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.dummy.Process lacks daemon parameter
#85716 commented on
Jun 6, 2022 • 0 new comments -
`multiprocessing.Array` and `multiprocessing.managers.SyncManager.Array` APIs are similar but not the same
#85595 commented on
Jun 6, 2022 • 0 new comments -
class multiprocessing.Value calls set_start_method
#85222 commented on
Jun 6, 2022 • 0 new comments -
shared memory problems with multiprocessing.Pool
#85005 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing docs don't describe thread-safety
#84992 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Semaphore has undocumented get_value() method
#84974 commented on
Jun 6, 2022 • 0 new comments -
test_multiprocessing_fork leaks processes on PPC64LE RHEL8 LTO + PGO 3.x
#84680 commented on
Jun 6, 2022 • 0 new comments -
Provide an abstraction for a select-able Event
#84665 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool deadlocks with only print statements
#84624 commented on
Jun 6, 2022 • 0 new comments -
Race condition in multiprocessing/connection.py: broken handle
#84582 commented on
Jun 6, 2022 • 0 new comments -
IO streams locking can be broken after fork() with threads
#84579 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing's default start method of fork()-without-exec() is broken
#84559 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.BaseManager does not retain Client type.
#84487 commented on
Jun 6, 2022 • 0 new comments -
Fixing Copy on Writes from reference counting and immortal objects
#84436 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue.put can fail silently due to pickle errors
#84376 commented on
Jun 6, 2022 • 0 new comments -
test_notify_all hangs forever in sparc64
#84367 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool.imap() should be lazy
#84291 commented on
Jun 6, 2022 • 0 new comments -
multiprocessor spawn
#84287 commented on
Jun 6, 2022 • 0 new comments -
[AIX] Crash in _PyThreadState_DeleteExcept() at fork in the process child
#84273 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: Process.join() should emit a warning if the process is killed by a signal
#84122 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Connection.poll raises BrokenPipeError on Windows
#85180 commented on
Jun 6, 2022 • 0 new comments -
BaseManager cannot start with local manager
#85114 commented on
Jun 6, 2022 • 0 new comments -
memory leak in multiprocessing.shared_memory.SharedMemory in Windows
#85059 commented on
Jun 6, 2022 • 0 new comments -
multiprocess.Lock is missing the locked() method
#85049 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing creates duplicates of .pyc files
#83976 commented on
Jun 6, 2022 • 0 new comments -
create multiprocessing.SharedMemory by pointing to existing memoryview
#83948 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing halts when child process crashes/quits
#83933 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing breaks when payload fails to unpickle
#83932 commented on
Jun 6, 2022 • 0 new comments -
forked process in multiprocessing does not honour atexit
#83856 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.shared_memory: MacOS crashes by running attached Python code
#83765 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Process file descriptor resource leak
#83716 commented on
Jun 6, 2022 • 0 new comments -
Memory Leak in multiprocessing.Pool()
#83712 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Pool maxtasksperchild=0 raises exception with endless traceback
#83658 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing resolving object as None
#83595 commented on
Jun 6, 2022 • 0 new comments -
zipfile with multiprocessing: zipfile.BadZipFile
#83544 commented on
Jun 6, 2022 • 0 new comments -
add option to make chunksize adaptive for multiprocessing.pool methods
#83543 commented on
Jun 6, 2022 • 0 new comments -
contextvars.Context.run hangs forever in ProccessPoolExecutor
#83438 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: Hang when interpreter exits after ProcessPoolExecutor.shutdown(wait=False)
#83386 commented on
Jun 6, 2022 • 0 new comments -
_result_handler dies on raised exceptions [multiprocessing]
#83371 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing is_alive() between children processes
#83202 commented on
Jun 6, 2022 • 0 new comments -
compileall fails when the platform lacks a functional sem_open()
#83029 commented on
Jun 6, 2022 • 0 new comments -
test_shared_memory_SharedMemoryServer_ignores_sigint and others fail on Guix
#83026 commented on
Jun 6, 2022 • 0 new comments -
Issue with multiprocessing.Pool & multiprocessing.Queue
#83014 commented on
Jun 6, 2022 • 0 new comments -
race condition in multiprocessing.Pool with maxtasksperchild=1
#82980 commented on
Jun 6, 2022 • 0 new comments -
There is no proper way to know if a process is the main one
#82701 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing does not work properly when using the trace module.
#82692 commented on
Jun 6, 2022 • 0 new comments -
Can't gracefully ctrl+C multiprocessing pool on Python3 & Windows
#82609 commented on
Jun 6, 2022 • 0 new comments -
[Windows] multiprocessing: DupHandle.detach() race condition on DuplicateHandle(DUPLICATE_CLOSE_SOURCE)
#82444 commented on
Jun 6, 2022 • 0 new comments -
having a PriorityQueue in multiprocessing.queue module like in queue module would be a plus
#82440 commented on
Jun 6, 2022 • 0 new comments -
Setting a signal handler gets multiprocessing.Pool stuck
#82408 commented on
Jun 6, 2022 • 0 new comments -
A bug in the multiprocessing module
#82376 commented on
Jun 6, 2022 • 0 new comments -
Incorrect Argument Order for Calls to _winapi.DuplicateHandle() in multiprocessing.reduction.DupHandle
#82369 commented on
Jun 6, 2022 • 0 new comments -
resource tracker destroys shared memory segments when other processes should still have valid access
#82300 commented on
Jun 6, 2022 • 0 new comments -
shared_semaphores cannot be shared across unrelated processes
#82216 commented on
Jun 6, 2022 • 0 new comments -
Consistency of Unix's shared_memory implementation with windows
#81935 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing shared_memory ValueError on race with ShareableList
#81833 commented on
Jun 6, 2022 • 0 new comments -
function changed when pickle bound method object
#81478 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.InterpreterPoolExecutor
#81474 commented on
Jun 6, 2022 • 0 new comments -
Incorrect number of running calls in ProcessPoolExecutor
#81457 commented on
Jun 6, 2022 • 0 new comments -
sub-process would be terminated when registered finalizers are still running
#81423 commented on
Jun 6, 2022 • 0 new comments -
use os.memfd_create in multiprocessing.shared_memory?
#81366 commented on
Jun 6, 2022 • 0 new comments -
SharedMemoryManager should relase its resources when its parent process dies
#81158 commented on
Jun 6, 2022 • 0 new comments -
errors in multiprocessing.shared_memory examples
#80545 commented on
Jun 6, 2022 • 0 new comments -
multpirocessing.Process alive after SIGTERM on parent
#80180 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: shared manager Pool fails with AttributeError
#80100 commented on
Jun 6, 2022 • 0 new comments -
shared memory construct to avoid need for serialization between processes
#79994 commented on
Jun 6, 2022 • 0 new comments -
get_lock() method is not present for Values created using multiprocessing.Manager()
#79967 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Process.join() ignores timeout if child process use os.exec*()
#79838 commented on
Jun 6, 2022 • 0 new comments -
python3 multiprocessing queue deadlock when use thread and process at same time
#79789 commented on
Jun 6, 2022 • 0 new comments -
exception unpickling error causes `multiprocessing.Pool` to hang forever
#79492 commented on
Jun 6, 2022 • 0 new comments -
reproducible deadlock with multiprocessing.Pool
#79448 commented on
Jun 6, 2022 • 0 new comments -
RawArray causes FileNotFoundError at cleanup
#79429 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Queue in an inconsistent state and a traceback silently suppressed if put an unpickable object and process's target function is finished
#79423 commented on
Jun 6, 2022 • 0 new comments -
Add name to process and thread pool
#79177 commented on
Jun 6, 2022 • 0 new comments -
Multi-processing example inaccurate warning
#79072 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing.pool API Extension - Pass Data to Workers w/o Globals
#79018 commented on
Jun 6, 2022 • 0 new comments -
infinite waiting in multiprocessing.Pool
#78962 commented on
Jun 6, 2022 • 0 new comments -
BaseProxy cache should be cleaned when Manager client is reconnected
#78947 commented on
Jun 6, 2022 • 0 new comments -
[multiprocessing] Multiprocessing in spawn mode doesn't work when the target is a method in a unittest.TestCase subclass, when run either with unittest or with pytest
#78065 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Pool hangs in terminate()
#78178 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Server swallows original exception traceback
#78279 commented on
Jun 6, 2022 • 0 new comments -
RAM consumption too high using concurrent.futures (Python 3.7 / 3.6 )
#78349 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool and ThreadPool leak resources after being deleted
#78353 commented on
Jun 6, 2022 • 0 new comments -
Documentation improvement proposal for multiprocessing
#77734 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: serialization must ensure that contexts are compatible (the same)
#77377 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing won't utilize all of platform resources
#77352 commented on
Jun 6, 2022 • 0 new comments -
Cannot pass a SyncManager proxy to a multiprocessing subprocess on Windows
#77269 commented on
Jun 6, 2022 • 0 new comments -
Trying to cleanly terminate a threaded Queue at exit of program raises an "EOFError"
#77257 commented on
Jun 6, 2022 • 0 new comments -
unittest blocks when testing function using multiprocessing.Pool with state spawn
#77235 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing, default assumption of Pool size unhelpful
#77167 commented on
Jun 6, 2022 • 0 new comments -
Race condition in multiprocessing Queue
#77060 commented on
Jun 6, 2022 • 0 new comments -
test_multiprocessing_main_handling: subprocess crash under Windows compatibility mode
#76999 commented on
Jun 6, 2022 • 0 new comments -
Incompatibilities with the socketserver and multiprocessing packages
#76789 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing: multiprocessing.connection.Listener.accept() should accept a timeout
#76425 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing: passing file descriptor using reduction breaks duplex pipes on darwin
#76401 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing freeze_support needed outside win32
#76327 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Server's shutdown method useless send message to manager
#76195 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Array 'c' code is not documented
#76187 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Array misleading error message in slice assignment
#76186 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Array("b", 1), multiprocessing.Array("c",1 ) wrong value returned
#76184 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing.Pool hangs after re-spawning several worker process.
#76067 commented on
Jun 6, 2022 • 0 new comments -
Inconsistent exitcode for terminated child processes on Windows
#76044 commented on
Jun 6, 2022 • 0 new comments -
Add a timeout to multiprocessing's Pool.join
#75963 commented on
Jun 6, 2022 • 0 new comments -
ctypes should support atomic operations
#75835 commented on
Jun 6, 2022 • 0 new comments -
Signal delivered to a subprocess triggers parent's handler
#75670 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.BoundedSemaphore of 32-bit python could not work while cross compiling on linux platform
#75354 commented on
Jun 6, 2022 • 0 new comments -
delicate behaviour of shared (managed) multiprocessing Queues
#75275 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Condition.notify_all() blocks indefinitely if a process waiting on it has died
#75158 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.dummy missing cpu_count
#74054 commented on
Jun 6, 2022 • 0 new comments -
Make Executor.map work with infinite/large inputs correctly
#74028 commented on
Jun 6, 2022 • 0 new comments -
Deadlock in multiprocessing.pool.Pool on terminate
#73945 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures as_completed raise TimeoutError wrong
#73919 commented on
Jun 6, 2022 • 0 new comments -
Shutting down consumer on a remote queue
#73640 commented on
Jun 6, 2022 • 0 new comments -
Possible glitch in the interaction of a thread and a multiprocessing manager
#73344 commented on
Jun 6, 2022 • 0 new comments -
Documentation: Clarify role of callback with map_async
#73294 commented on
Jun 6, 2022 • 0 new comments -
[doc] The fact that multiprocess.Queue uses serialization should be documented.
#73159 commented on
Jun 6, 2022 • 0 new comments -
SyncManager and Main Process fail to communicate after reboot or stoping with Ctrl - C
#73043 commented on
Jun 6, 2022 • 0 new comments -
Possible deadlock on sys.stdout/stderr when combining multiprocessing with threads
#72568 commented on
Jun 6, 2022 • 0 new comments -
Add a "starcaller" function
#72567 commented on
Jun 6, 2022 • 0 new comments -
parameterize what serialization is used in multiprocessing
#72240 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Manager error: send() called for a closed connection
#71936 commented on
Jun 6, 2022 • 0 new comments -
Cannot capture sys.stderr output from an uncaught exception in a multiprocessing Process using a multiprocessing Queue
#71268 commented on
Jun 6, 2022 • 0 new comments -
input() call blocks multiprocessing
#71070 commented on
Jun 6, 2022 • 0 new comments -
Shelve works inconsistently when carried over to child processes
#70960 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing sentinel resource leak
#70919 commented on
Jun 6, 2022 • 0 new comments -
cgroups support in multiprocessing
#70879 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing behavior combining daemon with non-daemon children inconsistent with threading
#70820 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.util._afterfork_registry leak in threaded environment
#70368 commented on
Jun 6, 2022 • 0 new comments -
Ctrl+C Can't Exit Script with Pool on Windows
#70150 commented on
Jun 6, 2022 • 0 new comments -
ProcessPoolExecutor deadlock on KeyboardInterrupt
#70096 commented on
Jun 6, 2022 • 0 new comments -
Worker stall in multiprocessing.Pool
#70094 commented on
Jun 6, 2022 • 0 new comments -
Mixing multiprocessing pool and subprocess may create zombie process, and cause program to hang.
#70015 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing .Condition.notify(_all) function has O(N) time complexity where N is the number of wait() calls with a timeout since the last notify(_all) call
#69655 commented on
Jun 6, 2022 • 0 new comments -
Better repr for multiprocessing.synchronize objects
#69252 commented on
Jun 6, 2022 • 0 new comments -
Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor
#69088 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing should log a warning when forking multithreaded process
#68700 commented on
Jun 6, 2022 • 0 new comments -
The docs never define what a pool "task" is
#68663 commented on
Jun 6, 2022 • 0 new comments -
OSError 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping.
#68491 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing.Manager: fix behavior and doc inconsistencies
#67886 commented on
Jun 6, 2022 • 0 new comments -
Memory corruption using pickle over pipe to subprocess
#67843 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing maxtasksperchild=1 + logging = task loss
#67467 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing doc organization impedes understanding
#67289 commented on
Jun 6, 2022 • 0 new comments -
Assert fails in multiprocessing.heap.Arena.__setstate__ on Windows
#67249 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool shouldn't hang forever if a worker process dies unexpectedly
#66587 commented on
Jun 6, 2022 • 0 new comments -
ProcessPoolExecutor/ThreadPoolExecutor should provide introspection APIs
#66477 commented on
Jun 6, 2022 • 0 new comments -
asyncio: support multiprocessing (support fork)
#66285 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.managers.BaseManager.__init__'s "serializer" argument is not documented
#65277 commented on
Jun 6, 2022 • 0 new comments -
Manager documentation unclear about lists and thread safeness
#64825 commented on
Jun 6, 2022 • 0 new comments -
Pool.imap doesn't work as advertised
#64192 commented on
Jun 6, 2022 • 0 new comments -
Update multiprocessing.spawn to use runpy.run_path
#64177 commented on
Jun 6, 2022 • 0 new comments -
[doc] multiprocessing Proxy docs need locking semantics explained
#64063 commented on
Jun 6, 2022 • 0 new comments -
Update pickle to take advantage of PEP 451
#63901 commented on
Jun 6, 2022 • 0 new comments -
Allow multiprocessing Pool initializer to return values
#63384 commented on
Jun 6, 2022 • 0 new comments -
Expose Queue maxsize parameter to multiprocessing.Pool class
#63372 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool._terminate_pool restarts workers during shutdown
#63295 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.reduction is undocumented
#63037 commented on
Jun 6, 2022 • 0 new comments -
A manager's server never joins its threads
#62951 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.dummy.Pool does not accept maxtasksperchild argument
#61329 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing JoinableQueue's join function with timeout
#60187 commented on
Jun 6, 2022 • 0 new comments -
Reimplement subset of multiprocessing.sharedctypes using memoryview
#59158 commented on
Jun 6, 2022 • 0 new comments -
Option to kill "stuck" workers in a multiprocessing pool
#58356 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.map skips finally blocks
#57348 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Connection does not communicate pipe closure between parent and child
#56697 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.Pool: Need a way to find out if work are finished.
#56503 commented on
Jun 6, 2022 • 0 new comments -
inconsistent behavior concerning multiprocessing.manager.BaseManager._Server
#55059 commented on
Jun 6, 2022 • 0 new comments -
add threading.RWLock
#53046 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing.dummy.Queue does not expose same interface as multiprocessing.Queue
#52936 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing Pool should allow custom task queue
#50656 commented on
Jun 6, 2022 • 0 new comments -
Pass MS CRT debug flags into subprocesses
#49869 commented on
Jun 6, 2022 • 0 new comments -
Multiprocessing: Expose underlying pipe in queues
#48081 commented on
Jun 6, 2022 • 0 new comments -
ProcessPoolExecutor subprocesses crash & break pool when raising an exception with keyword-only args and an arg passed to Exception
#80041 commented on
Jun 6, 2022 • 0 new comments -
multiprocessing AuthenticationError when nesting with non-default authkey
#78740 commented on
Jun 6, 2022 • 0 new comments -
Inconsistent Behavior Of futures.ProcessPoolExecutor
#79058 commented on
Jun 6, 2022 • 0 new comments -
future_factory argument for Thread/ProcessPoolExecutor
#80693 commented on
Jun 6, 2022 • 0 new comments -
ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker count
#80314 commented on
Jun 6, 2022 • 0 new comments -
test_multiprocessing_fork hangs on an IPv6-only host
#82077 commented on
Jun 6, 2022 • 0 new comments -
Deprecate Process Child Watchers
#82772 commented on
Jun 6, 2022 • 0 new comments -
max_workers argument to concurrent.futures.ProcessPoolExecutor is not flexible enough
#83798 commented on
Jun 6, 2022 • 0 new comments -
Enable control over daemon flag in ThreadPoolExecutor and ProcessPoolExecutor
#88465 commented on
Jun 6, 2022 • 0 new comments -
Cannot use ProcessPoolExecutor if in a decorator?
#85749 commented on
Jun 6, 2022 • 0 new comments -
Feature request: maxtasksperchild for ProcessPoolExecutor
#88896 commented on
Jun 6, 2022 • 0 new comments -
recursive ProcessPoolExecutor invoke unable to return result
#89922 commented on
Jun 6, 2022 • 0 new comments -
test_multiprocessing_fork running without any timeout
#91155 commented on
Jun 6, 2022 • 0 new comments -
`concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel
#66820 commented on
Jun 6, 2022 • 0 new comments -
Module level map & submit for concurrent.futures
#67885 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures `wait` and `as_completed` depend on private api
#66918 commented on
Jun 6, 2022 • 0 new comments -
Add `Executor.filter` to concurrent.futures
#68383 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.threading: Add a timeout to Executor shutdown() method
#72165 commented on
Jun 6, 2022 • 0 new comments -
can concurrent.futures len(Executor) return the number of tasks?
#68955 commented on
Jun 6, 2022 • 0 new comments -
clarify concurrent.futures docs to not refer to async Futures except where truly necessary
#72239 commented on
Jun 6, 2022 • 0 new comments -
Add deferred single-threaded/fake executor to concurrent.futures
#80576 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.ThreadPoolExecutor: tasks in queue not marked as done
#72836 commented on
Jun 6, 2022 • 0 new comments -
Expand concurrent.futures.Future's public API
#83826 commented on
Jun 6, 2022 • 0 new comments -
Display exit-codes for abruptly terminated processes in concurrent.futures
#85297 commented on
Jun 6, 2022 • 0 new comments -
Log exception never retrieved in concurrent.futures
#85544 commented on
Jun 6, 2022 • 0 new comments -
Unable to use concurrent.futures in atexit hook
#86813 commented on
Jun 6, 2022 • 0 new comments -
Potential Memory leak with concurrent.futures.ThreadPoolExecutor's map
#85754 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.wait calls len() on an possible iterable
#86104 commented on
Jun 6, 2022 • 0 new comments -
test_concurrent_futures leaks many dangling threads on FreeBSD
#88011 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.wait() waits forever if given a cancelled future
#92001 commented on
Jun 6, 2022 • 0 new comments -
Make concurrent.futures.Future usable outside of executors
#89528 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures: add ScheduledExecutor
#62156 commented on
Jun 6, 2022 • 0 new comments -
concurrent.futures.as_completed() installs waiters for already completed Futures
#64496 commented on
Jun 6, 2022 • 0 new comments -
Ability to join() threads in concurrent.futures.ThreadPoolExecutor
#66557 commented on
Jun 6, 2022 • 0 new comments -
Concurrent.futures base concurrency improvement (with patch)
#64715 commented on
Jun 6, 2022 • 0 new comments -
Include thread_name_prefix in the concurrent.futures.ThreadPoolExecutor example 17.4.2.1
#73470 commented on
Jun 6, 2022 • 0 new comments -
Argparse.parse_args exits on unrecognized option with exit_on_error=False
#85427 commented on
Jun 7, 2022 • 0 new comments -
better name for re.error Exception class.
#83162 commented on
Jun 7, 2022 • 0 new comments -
Remove asyncore, asynchat and smtpd modules
#72719 commented on
Jun 7, 2022 • 0 new comments -
Port module setup to PY_STDLIB_MOD() macro and addext()
#90005 commented on
Jun 7, 2022 • 0 new comments -
multiprocessing.connection challenge implicitly uses MD5
#61460 commented on
Jun 7, 2022 • 0 new comments -
put http.server on a diet
#81199 commented on
Jun 7, 2022 • 0 new comments -
Removing old buffer support
#85275 commented on
Jun 7, 2022 • 0 new comments -
[Windows] installations should include pythonX.exe and pythonX.Y.exe executables
#65705 commented on
Jun 7, 2022 • 0 new comments -
optparse module does not emit DeprecationWarning
#69707 commented on
Jun 7, 2022 • 0 new comments -
PEP 594: uuencode codec and binascii functions apparently not properly deprecated or documented as such
#92613 commented on
Jun 7, 2022 • 0 new comments -
[doc] Possibly ambiguous phrasing in tutorial/modules#more-on-modules
#61585 commented on
Jun 8, 2022 • 0 new comments -
Documentation confusion in CookieJar functions
#86203 commented on
Jun 8, 2022 • 0 new comments -
bpo-24869: Add startline and endline attributes to the tokens returned by shlex
#2799 commented on
Jun 8, 2022 • 0 new comments -
bpo-32608: Adding a server into socketserver that handles client connection in new "multiprocessing.Process" processes.
#5258 commented on
Jun 6, 2022 • 0 new comments -
bpo-34098: multiprocessing.Server now uses ExceptionWithTraceback
#8254 commented on
Jun 6, 2022 • 0 new comments -
bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals
#9627 commented on
Jun 6, 2022 • 0 new comments -
bpo-22393: Fix multiprocessing.Pool hangs if a worker process dies unexpectedly
#10441 commented on
Jun 6, 2022 • 0 new comments -
bpo-31171: add `-lpthread' to build multiprocessing for linux platform
#13353 commented on
Jun 6, 2022 • 0 new comments -
bpo-28053: Allow custom reducer when using multiprocessing
#15058 commented on
Jun 6, 2022 • 0 new comments -
[WIP/RFC] multiprocessing: proxy: keep _manager after forking
#17333 commented on
Jun 6, 2022 • 0 new comments -
bpo-40307: Preserve manager Client in multiprocessing managers
#19609 commented on
Jun 6, 2022 • 0 new comments -
bpo-40402: Fix race condition in multiprocessing.connection.Connection
#19790 commented on
Jun 6, 2022 • 0 new comments -
bpo-17258: Stronger HMAC in multiprocessing
#20380 commented on
Jun 6, 2022 • 0 new comments -
bpo-40872: Add multiprocessing.Lock.locked()
#20651 commented on
Jun 6, 2022 • 0 new comments -
bpo-38520: Add multiprocessing.main_process()
#23621 commented on
Jun 6, 2022 • 0 new comments -
bpo-43952: Fix multiprocessing Listener authkey bug
#25845 commented on
Jun 6, 2022 • 0 new comments -
bpo-44155: Add backlog arg for multiprocessing manager server
#26332 commented on
Jun 6, 2022 • 0 new comments -
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile
#27737 commented on
Jun 5, 2022 • 0 new comments -
gh-76912: Raise OSError from any failure in getpass.getuser()
#29739 commented on
Jun 7, 2022 • 0 new comments -
bpo-10850: Fix multiprocessing.managers.Server classvar
#30086 commented on
Jun 6, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Jun 8, 2022 • 0 new comments -
bpo-46799: Improve multiprocessing shared_memory ShareableList
#31467 commented on
Jun 6, 2022 • 0 new comments -
Improve the documentation of the multiprocessing module
#31482 commented on
Jun 6, 2022 • 0 new comments -
gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
#31492 commented on
Jun 8, 2022 • 0 new comments -
bpo-46934: Make started multiprocessing.Process and multiprocessing.Manager instances serialisable
#31701 commented on
Jun 6, 2022 • 0 new comments -
bpo-46958: Added argument for json dump/dumps to print arrays (from lists and tuples) on one line
#31762 commented on
Jun 7, 2022 • 0 new comments -
bpo-46841: Don't jump during `throw()`
#31968 commented on
Jun 8, 2022 • 0 new comments -
gh-91340: Document multiprocessing.set_start_method force parameter
#32339 commented on
Jun 6, 2022 • 0 new comments -
gh-91247: improve performance of list and tuple repeat (with specialization for n=1)
#91482 commented on
Jun 7, 2022 • 0 new comments -
gh-91962: Fix curses compilation on Solaris
#91964 commented on
Jun 7, 2022 • 0 new comments -
gh-57684: Add the -p command line option
#92361 commented on
Jun 7, 2022 • 0 new comments -
gh-72572: Remove mention of synced None returns for utcoffset() and dst()
#93001 commented on
Jun 8, 2022 • 0 new comments -
gh-93096: Make `mimetypes` CLI tool public
#93097 commented on
Jun 2, 2022 • 0 new comments -
gh-93205 when rotating logs with no namer specified, match whole extension
#93224 commented on
Jun 2, 2022 • 0 new comments -
gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `_test_multiprocessing.py`
#93233 commented on
Jun 6, 2022 • 0 new comments -
gh-71566: Fix SocketType introduction in the socket documentation.
#93288 commented on
Jun 7, 2022 • 0 new comments -
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int
#93364 commented on
Jun 6, 2022 • 0 new comments -
docs: datetime: Encoding is no longer relevant
#93365 commented on
Jun 8, 2022 • 0 new comments -
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt)
#93412 commented on
Jun 6, 2022 • 0 new comments -
[3.11] gh-90300: split --help output into separate options (GH-30331)
#93413 commented on
Jun 2, 2022 • 0 new comments -
Doc: Add an empty line as secondary prompt
#93424 commented on
Jun 8, 2022 • 0 new comments